volleyball-dev-frontend/node_modules/date-fns/fp/parseWithOptions.d.mts
2025-06-02 16:42:16 +00:00

8 lines
173 B
TypeScript

export declare const parseWithOptions: import("./types.js").FPFn4<
Date,
import("../parse.js").ParseOptions | undefined,
string | number | Date,
string,
string
>;