Skip to content

Commit

Permalink
Merge pull request #1438 from Najtu/najtu-expose-jwt-errors
Browse files Browse the repository at this point in the history
Feature(export): exports jsonwebtoken errors to allow using them with…
  • Loading branch information
kamilmysliwiec authored Nov 9, 2023
2 parents 5c1050e + dda01f2 commit 19cbebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './interfaces';
export * from './jwt.errors';
export * from './jwt.module';
export * from './jwt.service';
export { TokenExpiredError, NotBeforeError, JsonWebTokenError } from 'jsonwebtoken';

0 comments on commit 19cbebc

Please sign in to comment.