Files
avz-site/node_modules/date-fns/fp/transpose.d.ts
T
2026-05-30 19:59:39 -03:00

8 lines
179 B
TypeScript

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