knowledgebase_law/node_modules/uuid/dist/cjs-browser/native.js
2025-04-11 11:47:09 -04: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 };