first milestone done

This commit is contained in:
odweta
2026-08-11 11:20:10 +02:00
commit e56ddc461b
598 changed files with 64005 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
declare function isInteger(argument: unknown): argument is number;
export = isInteger;