Skip to content

Commit

Permalink
feat: expose apis via index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3njust1n committed Aug 3, 2023
1 parent b942d49 commit c5ed8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = function() {
console.log('Hello, world!');
}
export * from './shamir';
export * from './keypair';
export * from './utils';

0 comments on commit c5ed8e8

Please sign in to comment.