Files
sp80/sample_interface/node_modules/date-fns/fp/getDaysInMonth.d.mts
2026-03-13 15:46:10 +08:00

5 lines
103 B
TypeScript

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