Skip to content

Commit

Permalink
fix: add default export (fixes #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathe42 committed May 1, 2022
1 parent 1137ddd commit a9318b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,5 @@ export function comlink({
},
];
}

export default comlink

0 comments on commit a9318b6

Please sign in to comment.