UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

12 lines (9 loc) 205 B
"use strict"; var generated = Object.create(null), random = Math.random; module.exports = function () { var str; do { str = random().toString(36).slice(2); } while (generated[str]); return str; };