Files
avz-site/node_modules/date-fns/fp/eachWeekendOfMonthWithOptions.d.ts
2026-06-10 12:14:46 -03:00

7 lines
214 B
TypeScript

export declare const eachWeekendOfMonthWithOptions: import("./types.ts").FPFn2<
Date[],
| import("../eachWeekendOfMonth.ts").EachWeekendOfMonthOptions<Date>
| undefined,
import("../fp.ts").DateArg<Date>
>;