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

5 أسطر
144 B
TypeScript

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