main commit

This commit is contained in:
2025-10-04 11:55:55 +09:00
parent c8c3274527
commit 4ceccae6ce
678 changed files with 95975 additions and 185 deletions

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

@@ -0,0 +1,5 @@
declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;