eachWeekendOfYear.d.ts 106 Bytes
export declare const eachWeekendOfYear: import("./types.js").FPFn1<
  Date[],
  string | number | Date
>;