semblance-dev/node_modules/date-fns/fp/toDate.d.ts
2025-12-19 19:26:16 +00:00

4 lines
93 B
TypeScript
Executable file

export declare const toDate: import("./types.js").FPFn1<
Date,
string | number | Date
>;