UNPKG

217 BTypeScriptView Raw
1export 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>;