eachWeekendOfMonthWithOptions.d.ts 214 B

123456
  1. export declare const eachWeekendOfMonthWithOptions: import("./types.js").FPFn2<
  2. Date[],
  3. | import("../eachWeekendOfMonth.js").EachWeekendOfMonthOptions<Date>
  4. | undefined,
  5. import("../fp.js").DateArg<Date>
  6. >;