Spaces:
Paused
Paused
File size: 271 Bytes
9307755 | 1 2 3 4 5 6 7 8 9 10 11 | "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
var _default = {
randomUUID
};
exports.default = _default; |