n.exports = function()

in MonolithicApplication/src/build/js/uuidv1.js [14:23]


            n.exports = function(e, n, r) { var s = n && r || 0,
                    a = n || [],
                    d = (e = e || {}).node || o,
                    l = void 0 !== e.clockseq ? e.clockseq : t; if (null == d || null == l) { var p = i();
                    null == d && (d = o = [1 | p[0], p[1], p[2], p[3], p[4], p[5]]), null == l && (l = t = 16383 & (p[6] << 8 | p[7])) } var v = void 0 !== e.msecs ? e.msecs : (new Date).getTime(),
                    y = void 0 !== e.nsecs ? e.nsecs : c + 1,
                    m = v - f + (y - c) / 1e4; if (m < 0 && void 0 === e.clockseq && (l = l + 1 & 16383), (m < 0 || v > f) && void 0 === e.nsecs && (y = 0), y >= 1e4) throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");
                f = v, c = y, t = l; var w = (1e4 * (268435455 & (v += 122192928e5)) + y) % 4294967296;
                a[s++] = w >>> 24 & 255, a[s++] = w >>> 16 & 255, a[s++] = w >>> 8 & 255, a[s++] = 255 & w; var b = v / 4294967296 * 1e4 & 268435455;
                a[s++] = b >>> 8 & 255, a[s++] = 255 & b, a[s++] = b >>> 24 & 15 | 16, a[s++] = b >>> 16 & 255, a[s++] = l >>> 8 | 128, a[s++] = 255 & l; for (var x = 0; x < 6; ++x) a[s + x] = d[x]; return n || u(a) } }, { "./lib/bytesToUuid": 1, "./lib/rng": 2 }] }, {}, [3])(3) });