2025-06-04 10:03:22 +02:00

5 lines
103 B
TypeScript

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