Skip to content

Commit

Permalink
Feature(export): exports jsonwebtoken errors to allow using them with…
Browse files Browse the repository at this point in the history
… instanceof
  • Loading branch information
Najtu authored Sep 14, 2023
1 parent ef962b5 commit dda01f2
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
@@ -1,3 +1,4 @@
export * from './interfaces';
export * from './jwt.module';
export * from './jwt.service';
export { TokenExpiredError, NotBeforeError, JsonWebTokenError } from 'jsonwebtoken';

0 comments on commit dda01f2

Please sign in to comment.