Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) ```
- Loading branch information