UNPKG

@nestjs/common

Version:

Nest - modern, fast, powerful node.js web framework (@common)

5 lines (4 loc) 156 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const uuid = require("uuid/v4"); exports.randomStringGenerator = () => uuid();