index.d.ts 93 Bytes
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;