isWithinInterval.d.cts 217 B

12345678
  1. export declare const isWithinInterval: import("./types.js").FPFn2<
  2. boolean,
  3. import("../fp.js").Interval<
  4. import("../fp.js").DateArg<Date>,
  5. import("../fp.js").DateArg<Date>
  6. >,
  7. string | number | Date
  8. >;