UNPKG
@nestjs/jwt
Version:
latest (11.0.0)
11.0.0
10.2.0
10.1.1
10.1.0
10.0.3
10.0.2
10.0.1
10.0.0
9.0.0
8.0.1
8.0.0
7.2.0
7.1.0
7.0.0
6.1.2
6.1.1
6.1.0
6.0.0
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
Nest - modern, fast, powerful node.js web framework (@jwt)
github.com/nestjs/jwt
nestjs/jwt
@nestjs/jwt
/
dist
/
index.d.ts
6 lines
(5 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./interfaces'
;
export
*
from
'./jwt.errors'
;
export
*
from
'./jwt.module'
;
export
*
from
'./jwt.service'
;
export
{
TokenExpiredError
,
NotBeforeError
,
JsonWebTokenError
}
from
'jsonwebtoken'
;