UNPKG

185 BTypeScriptView Raw
1export declare const getWeeksInMonthWithOptions: import("./types.js").FPFn2<
2 number,
3 import("../getWeeksInMonth.js").GetWeeksInMonthOptions | undefined,
4 string | number | Date
5>;