eachYearOfIntervalWithOptions.d.ts 205 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 export declare const eachYearOfIntervalWithOptions: import("./types.js").FPFn2< Date[], import("../eachYearOfInterval.js").EachYearOfIntervalOptions | undefined, import("../fp.js").Interval<Date> >;