fix: properly export io in ES modules wrapper
The syntax was invalid:
```
export const io = io;
^
SyntaxError: Identifier 'io' has already been declared
at Loader.moduleStrategy (internal/modules/esm/translators.js:122:18)
``` D
Damien Arrachequesne committed
bec15240ea67e9d296ac94093974d7d831239e8d
Parent: a883e32