Skip to content

Commit dda01f2

Browse files
authored
Feature(export): exports jsonwebtoken errors to allow using them with instanceof
1 parent ef962b5 commit dda01f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from './interfaces';
22
export * from './jwt.module';
33
export * from './jwt.service';
4+
export { TokenExpiredError, NotBeforeError, JsonWebTokenError } from 'jsonwebtoken';

0 commit comments

Comments
 (0)