UNPKG

242 BTypeScriptView Raw
1export declare const constructFrom: import("./types.js").FPFn2<
2 Date,
3 string | number | Date,
4 | import("../fp.js").ContextFn<Date>
5 | import("../fp.js").DateArg<
6 Date | import("../fp.js").ConstructableDate
7 >
8 | undefined
9>;