glam/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/fp/getWeeksInMonthWithOptions.d.ts
2025-12-21 00:01:54 +01:00

5 lines
185 B
TypeScript

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