Files
Webklar.com/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

6 lines
208 B
TypeScript

export declare const eachMonthOfIntervalWithOptions: import("./types.js").FPFn2<
Date[],
import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions | undefined,
import("../fp.js").Interval<Date>
>;