UNPKG

@xarc/run

Version:

concurrent or serial run npm scripts, javascript tasks, and more

13 lines (11 loc) 191 B
"use strict"; module.exports = tag => { return ( (tag ? `${tag}_` : "") + Math.random() .toString(36) .substring(2, 12) + "_" + Date.now().toString(36) ); };