UNPKG

100 BJavaScriptView Raw
1var seed = 0;
2export default function guid() {
3 return "".concat(Date.now(), "_").concat(seed++);
4}
\No newline at end of file