UNPKG
willow-utils
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
工具库
willow-utils
/
es
/
buildUtil.js
5 lines
(4 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
export
function
UUID
(
) {
return
Date
.
now
() +
''
+
Math
.
random
(); }
//# sourceMappingURL=maps/buildUtil.js.map