Files
sp80/sample_interface/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.mts
2026-03-13 15:46:10 +08: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>
>;