lastDayOfMonth.d.ts 111 B

1234
  1. export declare const lastDayOfMonth: import("./types.js").FPFn1<
  2. Date,
  3. import("../fp.js").DateArg<Date>
  4. >;