This commit is contained in:
2026-03-01 13:15:10 +01:00
commit d3819b7069
974 changed files with 573469 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
declare function isFinite(x: unknown): x is number | bigint;
export = isFinite;