+9
@@ -0,0 +1,9 @@
|
||||
// This file is generated automatically by `scripts/build/fp.ts`. Please, don't change it.
|
||||
|
||||
import { areIntervalsOverlapping as fn } from "../areIntervalsOverlapping.js";
|
||||
import { convertToFP } from "./_lib/convertToFP.js";
|
||||
|
||||
export const areIntervalsOverlappingWithOptions = convertToFP(fn, 3);
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default areIntervalsOverlappingWithOptions;
|
||||
Reference in New Issue
Block a user