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

5 lines
104 B
TypeScript

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