eachWeekendOfMonth.d.mts 89 B

1234
  1. export declare const eachWeekendOfMonth: import("./types.js").FPFn1<
  2. Date[],
  3. Date
  4. >;