first commit

This commit is contained in:
2026-07-03 20:26:58 +09:00
commit 689d367b84
828 changed files with 269007 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
declare function isFinite(x: unknown): x is number | bigint;
export = isFinite;