UNPKG

cloudapp-cli

Version:

7 lines (5 loc) 149 B
function uuid() { const timeLead = 1e6; return (+new Date() * timeLead + Math.random() * (timeLead - 1)).toString(36); } module.exports = uuid;