index.d.ts 93 B

12
  1. declare function setPrototypeOf(o: any, proto: object | null): any;
  2. export = setPrototypeOf;