isLastDayOfMonth.d.ts 106 B

1234
  1. export declare const isLastDayOfMonth: import("./types.js").FPFn1<
  2. boolean,
  3. string | number | Date
  4. >;