lastDayOfMonth.d.ts 101 Bytes
export declare const lastDayOfMonth: import("./types.js").FPFn1<
  Date,
  string | number | Date
>;