Hot Fix
- #137 - Fix a regression with duplicate exports - it was erroring on all keys in
Object.prototype
. @danez
export toString from './toString';
`toString` has already been exported. Exported identifiers must be unique. (1:7)
> 1 | export toString from './toString';
| ^
2 |