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

5
api/node_modules/dunder-proto/set.d.ts generated vendored Normal file
View File

@@ -0,0 +1,5 @@
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;