Files
2026-03-13 15:46:10 +08:00

6 lines
129 B
TypeScript

export declare const clamp: import("./types.js").FPFn2<
Date,
import("../fp.js").Interval<Date>,
string | number | Date
>;