UEA-PRODEM
This commit is contained in:
+5
-5
@@ -1,9 +1,9 @@
|
||||
export declare const isWithinIntervalWithOptions: import("./types.js").FPFn3<
|
||||
export declare const isWithinIntervalWithOptions: import("./types.ts").FPFn3<
|
||||
boolean,
|
||||
import("../isWithinInterval.js").IsWithinIntervalOptions | undefined,
|
||||
import("../fp.js").Interval<
|
||||
import("../fp.js").DateArg<Date>,
|
||||
import("../fp.js").DateArg<Date>
|
||||
import("../isWithinInterval.ts").IsWithinIntervalOptions | undefined,
|
||||
import("../fp.ts").Interval<
|
||||
import("../fp.ts").DateArg<Date>,
|
||||
import("../fp.ts").DateArg<Date>
|
||||
>,
|
||||
string | number | Date
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user