UNPKG

@10abdullahbutt/auth-module

Version:

A NestJS-style authentication module with JWT and role-based access control.

5 lines (4 loc) 180 B
declare const JwtAuthGuard_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>; export declare class JwtAuthGuard extends JwtAuthGuard_base { } export {};