Initial commit

This commit is contained in:
2024-07-25 21:39:18 +03:00
commit 5ce782aa0f
8 changed files with 2279 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export const id = <T>(v: T) => v;
View File