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

8 lines
179 B
TypeScript
Executable File

export declare const transpose: import("./types.js").FPFn2<
Date,
| Date
| import("../fp.js").ContextFn<Date>
| import("../fp.js").GenericDateConstructor<Date>,
Date
>;