UNPKG
willow-utils
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
工具库
willow-utils
/
lib
/
buildUtil.js
12 lines
(9 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
UUID
=
UUID
;
function
UUID
(
) {
return
Date
.
now
() +
''
+
Math
.
random
(); }
//# sourceMappingURL=maps/buildUtil.js.map