Edit File: index.d.ts
declare function setPrototypeOf(o: any, proto: object | null): any; export = setPrototypeOf;
Back to File Manager