UNPKG

182 BTypeScriptView Raw
1export declare const getDaysInMonthWithOptions: import("./types.js").FPFn2<
2 number,
3 import("../getDaysInMonth.js").GetDaysInMonthOptions | undefined,
4 string | number | Date
5>;