Skip to content

Commit 7b3ec9f

Browse files
fix: add io as named exports
The TypeScript (build/index.d.ts) and ES modules exports did not match, which caused issues with webpack and ts-loader. Related: #1396
1 parent 96cd2c9 commit 7b3ec9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrapper.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import io from "./build/index.js";
22

33
export const Manager = io.Manager;
4+
export const io = io;
45
export default io;

0 commit comments

Comments
 (0)