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