UNPKG

timered-counter

Version:

Make the value change more vivid and natural

7 lines 206 B
function uuidPart() { return Math.random().toString(36).slice(2, 10); } export function uuid() { return [uuidPart(), uuidPart(), uuidPart(), uuidPart()].join('-'); } //# sourceMappingURL=uuid.js.map