Skip to content

Commit

Permalink
Merge pull request #59 from serenity-kit/fix-default-export-try-2
Browse files Browse the repository at this point in the history
fix: default export for TypeScript
  • Loading branch information
nikgraf authored Nov 30, 2023
2 parents f363bc3 + 5675dc6 commit 9ad9781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './lib';
import sodium from './lib';
import * as sodium from './lib';
export default sodium;

0 comments on commit 9ad9781

Please sign in to comment.