second
[josuexyz/.git] / node_modules / setprototypeof / index.d.ts
1 declare function setPrototypeOf(o: any, proto: object | null): any;
2 export = setPrototypeOf;