khoadang31's picture
Upload 799 files
748250d
Raw
History Blame Contribute Delete
93 Bytes
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;