← Back
Editing: index.d.ts
declare function setPrototypeOf(o: any, proto: object | null): any; export = setPrototypeOf;
Save File
Cancel