📄 transpose.d.cts
/home/palash/git/site/node_modules/date-fns/fp/transpose.d.cts
Language: cts • Lines: 7
export declare const transpose: import("./types.ts").FPFn2<
  Date,
  | import("../fp.ts").ContextFn<Date>
  | Date
  | import("../fp.ts").GenericDateConstructor<Date>,
  Date
>;