UNPKG

@nesvet/n

Version:
4 lines 209 B
export function uid(prefix = "", postfix = "") { return `${prefix}${Date.now().toString(36)}${Math.round(Math.random() * Number.MAX_SAFE_INTEGER).toString(36)}${postfix}`; } //# sourceMappingURL=uid.js.map