eachYearOfIntervalWithOptions.d.ts 205 B

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