UNPKG

300 BTypeScriptView Raw
1export declare const isWithinIntervalWithOptions: import("./types.js").FPFn3<
2 boolean,
3 import("../isWithinInterval.js").IsWithinIntervalOptions | undefined,
4 import("../fp.js").Interval<
5 import("../fp.js").DateArg<Date>,
6 import("../fp.js").DateArg<Date>
7 >,
8 string | number | Date
9>;