Neah/node_modules/date-fns/fp/eachWeekendOfMonth.d.ts
2025-04-17 12:39:10 +02:00

5 lines
89 B
TypeScript

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