@nestjs-mod/two-factor
Version:
Two factor module with an error filter, guard, controller, database migrations and rest-sdk for work with module from other nodejs appliaction
7 lines • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TwoFactorPrismaSdk = void 0;
const tslib_1 = require("tslib");
exports.TwoFactorPrismaSdk = tslib_1.__importStar(require("./generated/prisma-client"));
tslib_1.__exportStar(require("./generated/prisma-client/enums"), exports);
//# sourceMappingURL=two-factor.prisma-sdk.js.map