ABIANAPP_NODE_PRODUCCION/node_modules/uuid/dist/cjs-browser/native.js
2026-02-03 14:27:12 +00:00

5 lines
216 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
exports.default = { randomUUID };