UNPKG
@10abdullahbutt/auth-module
Version:
latest (1.0.0)
1.0.0
A NestJS-style authentication module with JWT and role-based access control.
@10abdullahbutt/auth-module
/
dist
/
guards
/
jwt-auth.guard.d.ts
5 lines
(4 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
declare const JwtAuthGuard_base: import(
"
@nestjs
/passport"
).Type<import(
"
@nestjs
/passport"
).IAuthGuard>; export declare
class
JwtAuthGuard
extends
JwtAuthGuard_base
{ } export {};