areIntervalsOverlappingWithOptions.d.ts 262 B

1234567
  1. export declare const areIntervalsOverlappingWithOptions: import("./types.js").FPFn3<
  2. boolean,
  3. | import("../areIntervalsOverlapping.js").AreIntervalsOverlappingOptions
  4. | undefined,
  5. import("../fp.js").Interval<Date>,
  6. import("../fp.js").Interval<Date>
  7. >;