mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
8 lines
179 B
TypeScript
8 lines
179 B
TypeScript
export declare const transpose: import("./types.ts").FPFn2<
|
|
Date,
|
|
| import("../fp.ts").ContextFn<Date>
|
|
| Date
|
|
| import("../fp.ts").GenericDateConstructor<Date>,
|
|
Date
|
|
>;
|