Files
2026-05-30 19:59:39 -03:00

5 lines
106 B
TypeScript

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