File size: 93 Bytes
748250d
 
1
2
3
declare function setPrototypeOf(o: any, proto: object | null): any;
export = setPrototypeOf;