15 lines
463 B
TypeScript
15 lines
463 B
TypeScript
export declare const eachMonthOfInterval: import("./types.js").FPFn1<
|
|
import("../eachMonthOfInterval.js").EachMonthOfIntervalResult<
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>,
|
|
| import("../eachMonthOfInterval.js").EachMonthOfIntervalOptions<Date>
|
|
| undefined
|
|
>,
|
|
import("../fp.js").Interval<
|
|
import("../fp.js").DateArg<Date>,
|
|
import("../fp.js").DateArg<Date>
|
|
>
|
|
>;
|