UNPKG

nestjs-auth-kit

Version:

A modular and flexible authentication kit for NestJS with JWT, social login, OTP, and password reset.

2 lines (1 loc) 102 B
export declare const Roles: (...roles: string[]) => import("@nestjs/common").CustomDecorator<string>;