File "set.d.ts"

Full Path: C:/wamp64/www/Seleccion/node_modules/dunder-proto/set.d.ts
File size: 144 bytes
MIME-type: text/plain
Charset: utf-8

declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;

declare const x: false | typeof setDunderProto;

export = x;