6 lines
185 B
TypeScript
6 lines
185 B
TypeScript
export declare const getWeeksInMonthWithOptions: import("./types.ts").FPFn2<
|
|
number,
|
|
import("../getWeeksInMonth.ts").GetWeeksInMonthOptions | undefined,
|
|
string | number | Date
|
|
>;
|