1 | export declare const clampWithOptions: import("./types.js").FPFn3<
|
2 | Date,
|
3 | import("../clamp.js").ClampOptions<Date> | undefined,
|
4 | import("../fp.js").Interval<
|
5 | import("../fp.js").DateArg<Date>,
|
6 | import("../fp.js").DateArg<Date>
|
7 | >,
|
8 | import("../fp.js").DateArg<Date>
|
9 | >;
|