Skip to content

Commit

Permalink
chore(dev): export token creation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
traoreak committed Mar 10, 2021
1 parent 194f0ce commit fab7de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './amqp.module';
export * from './interfaces';
export * from './decorators';
export * from './utils';
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './create.tokens';

0 comments on commit fab7de6

Please sign in to comment.