UNPKG

willow-utils

Version:

工具库

12 lines (9 loc) 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UUID = UUID; function UUID() { return Date.now() + '' + Math.random(); } //# sourceMappingURL=maps/buildUtil.js.map