SUP_GoldBees_Frontend/node_modules/date-fns/fp/eachWeekendOfMonth.d.mts
2026-02-01 13:01:28 +00:00

5 lines
89 B
TypeScript

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