Skip to content

Commit

Permalink
Add index exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Mar 7, 2020
1 parent 94d84ce commit 6a41136
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import generate from './generate';
import verify from './verify';

export {
generate,
verify,
};

0 comments on commit 6a41136

Please sign in to comment.