django-vue3-admin-web/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js
2025-10-20 21:21:14 +08:00

5 lines
213 B
JavaScript

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