Files
RentWeAppFront/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.mts

6 lines
208 B
TypeScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
export declare const eachMonthOfIntervalWithOptions: import("./types.js").FPFn2<
Date[],
import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions | undefined,
import("../fp.js").Interval<Date>
>;