Files
taimed/node_modules/dunder-proto/get.d.ts
liuyuan 3b86ad9ed8 提交
2025-05-23 17:24:54 +08:00

5 lines
121 B
TypeScript

declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;