eachDayOfIntervalWithOptions.d.mts 202 B

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