UNPKG
@nestjs/jwt
Version:
latest (11.0.2)
11.0.2
11.0.1
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
/
jwt.providers.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
import
{
JwtModuleOptions
}
from
'./interfaces/jwt-module-options.interface'
;
export
declare
function
createJwtProvider
(
options
:
JwtModuleOptions
):
any
[];