add api/node_modules

This commit is contained in:
2025-02-27 17:37:49 +08:00
parent 499d157145
commit 71554afae8
957 changed files with 109182 additions and 1 deletions

3
api/node_modules/hasown/index.d.ts generated vendored Normal file
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;