isWithinInterval.d.ts 143 B

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