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 hasOwn<O, K extends PropertyKey, V = unknown>(o: O, p: K): o is O & Record<K, V>;
export = hasOwn;