knowledgebase_law/node_modules/uuid/dist/cjs-browser/native.js

5 lines
216 B
JavaScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
exports.default = { randomUUID };