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