Files
pstreact/node_modules/date-fns/fp/eachYearOfIntervalWithOptions.d.mts
2026-03-13 19:23:37 +03:00

6 lines
205 B
TypeScript

export declare const eachYearOfIntervalWithOptions: import("./types.js").FPFn2<
Date[],
import("../eachYearOfInterval.js").EachYearOfIntervalOptions | undefined,
import("../fp.js").Interval<Date>
>;