UNPKG

@voicenter-team/vsip

Version:
4 lines 94 B
export default function shortUUID() { const uuid = +new Date(); return `${uuid}`; }