Files
PecHub/frontend/node_modules/date-fns/fp/areIntervalsOverlapping.d.ts
T
2026-03-18 20:54:43 +01:00

6 lines
161 B
TypeScript

export declare const areIntervalsOverlapping: import("./types.js").FPFn2<
boolean,
import("../fp.js").Interval<Date>,
import("../fp.js").Interval<Date>
>;