UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

7 lines (6 loc) • 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.randomStringGenerator = void 0; const uid_1 = require("uid"); const randomStringGenerator = () => (0, uid_1.uid)(21); exports.randomStringGenerator = randomStringGenerator;