Files
RentWeAppFront/node_modules/date-fns/fp/eachWeekendOfInterval.d.ts

5 lines
121 B
TypeScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
export declare const eachWeekendOfInterval: import("./types.js").FPFn1<
Date[],
import("../fp.js").Interval<Date>
>;