You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

browser-hacks.d.ts 219B

1234
  1. declare function setPrototypeOf(object: any, prototype: any): void;
  2. declare function getConstructorName(object: object): string;
  3. export { getConstructorName, setPrototypeOf };
  4. //# sourceMappingURL=browser-hacks.d.ts.map