UNPKG

js-uploader

Version:
13 lines 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uuid = void 0; function uuid() { var d = Date.now(); return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = (d + Math.random() * 16) % 16 | 0; d = Math.floor(d / 16); return (c === 'x' ? r : (r & 0x3) | 0x8).toString(16); }); } exports.uuid = uuid; //# sourceMappingURL=uuid.js.map