No Description

index.d.ts 93B

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