UNPKG

tamim-cli

Version:

A CLI tool for generating module boilerplate code including routes, controllers, services, and more

6 lines (5 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateRandomString = void 0; const generateRandomString = () => Math.random().toString(36).substring(2, 15); exports.generateRandomString = generateRandomString;