nextDay.d.ts 120 B

12345
  1. export declare const nextDay: import("./types.js").FPFn2<
  2. Date,
  3. import("../fp.js").Day,
  4. string | number | Date
  5. >;