mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 20:55:41 +02:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
export declare const transpose: import("./types.js").FPFn2<
|
|
Date,
|
|
Date | import("../fp.js").GenericDateConstructor<Date>,
|
|
Date
|
|
>;
|