1 | export declare const eachMonthOfInterval: import("./types.js").FPFn1<
|
2 | import("../eachMonthOfInterval.js").EachMonthOfIntervalResult<
|
3 | import("../fp.js").Interval<
|
4 | import("../fp.js").DateArg<Date>,
|
5 | import("../fp.js").DateArg<Date>
|
6 | >,
|
7 | | import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions<Date>
|
8 | | undefined
|
9 | >,
|
10 | import("../fp.js").Interval<
|
11 | import("../fp.js").DateArg<Date>,
|
12 | import("../fp.js").DateArg<Date>
|
13 | >
|
14 | >;
|