UNPKG

@jrosadob/nestjs-sophia-framework

Version:

Franework para microservicios en NestJS

6 lines 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nanoid = void 0; const nanoid_1 = require("nanoid"); exports.nanoid = (0, nanoid_1.customAlphabet)('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ', 21); //# sourceMappingURL=nanoid.js.map