eachQuarterOfIntervalWithOptions.d.mts 218 B

123456
  1. export declare const eachQuarterOfIntervalWithOptions: import("./types.js").FPFn2<
  2. Date[],
  3. | import("../eachQuarterOfInterval.js").EachQuarterOfIntervalOptions
  4. | undefined,
  5. import("../fp.js").Interval<Date>
  6. >;