14 lines
410 B
TypeScript
14 lines
410 B
TypeScript
|
export declare const areIntervalsOverlappingWithOptions: import("./types.js").FPFn3<
|
||
|
boolean,
|
||
|
| import("../areIntervalsOverlapping.js").AreIntervalsOverlappingOptions
|
||
|
| undefined,
|
||
|
import("../fp.js").Interval<
|
||
|
import("../fp.js").DateArg<Date>,
|
||
|
import("../fp.js").DateArg<Date>
|
||
|
>,
|
||
|
import("../fp.js").Interval<
|
||
|
import("../fp.js").DateArg<Date>,
|
||
|
import("../fp.js").DateArg<Date>
|
||
|
>
|
||
|
>;
|