first_commit

This commit is contained in:
2026-01-12 12:43:50 +01:00
parent c75b3e9563
commit 69e186a7f1
15289 changed files with 1616360 additions and 1944 deletions

View File

@@ -0,0 +1,9 @@
export declare const clampWithOptions: import("./types.js").FPFn3<
Date,
import("../clamp.js").ClampOptions<Date> | undefined,
import("../fp.js").Interval<
import("../fp.js").DateArg<Date>,
import("../fp.js").DateArg<Date>
>,
import("../fp.js").DateArg<Date>
>;