UNPKG

nestjs-auth-kit

Version:

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

7 lines 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RegisterDto = void 0; class RegisterDto { } exports.RegisterDto = RegisterDto; //# sourceMappingURL=register.dto.js.map