Skip to content

Commit

Permalink
fix: add missing export for generateRandomToken
Browse files Browse the repository at this point in the history
(cherry picked from commit cf827b0)
  • Loading branch information
jasonraimondi committed Sep 22, 2021
1 parent 4d9f612 commit 853b422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ export * from "./utils/base64";
export * from "./utils/date_interval";
export * from "./utils/jwt";
export * from "./utils/time";
export * from "./utils/token";
File renamed without changes.

0 comments on commit 853b422

Please sign in to comment.