Files
Gemini-Search/node_modules/date-fns/fp/eachMonthOfIntervalWithOptions.d.mts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00: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>
>;