eachWeekendOfMonth.d.mts 89 Bytes
export declare const eachWeekendOfMonth: import("./types.js").FPFn1<
  Date[],
  Date
>;