unis_crm/frontend/node_modules/date-fns/fp/eachWeekendOfMonth.d.ts

5 lines
117 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
export declare const eachWeekendOfMonth: import("./types.js").FPFn1<
Date[],
import("../fp.js").DateArg<Date>
>;