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