6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
export declare const getDaysInMonthWithOptions: import("./types.ts").FPFn2<
|
|
number,
|
|
import("../getDaysInMonth.ts").GetDaysInMonthOptions | undefined,
|
|
string | number | Date
|
|
>;
|