UNPKG

189 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = guid;
7var seed = 0;
8function guid() {
9 return "".concat(Date.now(), "_").concat(seed++);
10}
\No newline at end of file