- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
8 lines
262 B
TypeScript
8 lines
262 B
TypeScript
export declare const areIntervalsOverlappingWithOptions: import("./types.js").FPFn3<
|
|
boolean,
|
|
| import("../areIntervalsOverlapping.js").AreIntervalsOverlappingOptions
|
|
| undefined,
|
|
import("../fp.js").Interval<Date>,
|
|
import("../fp.js").Interval<Date>
|
|
>;
|