bc518174
王天杨
提交两个项目文件
|
1
2
3
4
5
6
7
|
export declare const areIntervalsOverlappingWithOptions: import("./types.js").FPFn3<
boolean,
| import("../areIntervalsOverlapping.js").AreIntervalsOverlappingOptions
| undefined,
import("../fp.js").Interval<Date>,
import("../fp.js").Interval<Date>
>;
|