Files
est-frame/node_modules/date-fns/fp/constructFrom.d.cts
2025-10-22 05:38:27 +00:00

10 lines
242 B
TypeScript
Executable File

export declare const constructFrom: import("./types.js").FPFn2<
Date,
string | number | Date,
| import("../fp.js").ContextFn<Date>
| import("../fp.js").DateArg<
Date | import("../fp.js").ConstructableDate
>
| undefined
>;