Files
to_docx/client/node_modules/date-fns/fp/getWeeksInMonth.d.ts
T
2026-05-12 08:59:02 +08:00

5 lines
104 B
TypeScript

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