Files
RentWeAppFront/node_modules/date-fns/fp/transpose.d.mts
2025-11-14 11:39:33 +08:00

6 lines
136 B
TypeScript

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