unis_crm/frontend/node_modules/date-fns/fp/eachMonthOfInterval.d.ts

15 lines
463 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
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>
>
>;