الملفات
ghaymah-exam-AhmedNasser-SRE/q1-deploy-monitor/node_modules/dunder-proto/get.d.ts

5 أسطر
121 B
TypeScript

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