timepiece/node_modules/date-fns/fp/eachYearOfIntervalWithOptions.d.ts

6 lines
205 B
TypeScript

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