File "index.d.ts"
Full Path: C:/wamp64/www/Seleccion/node_modules/setprototypeof/index.d.ts
File size: 93 bytes
MIME-type: text/plain
Charset: utf-8
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;