Files
Media-Coding-Web/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js
2026-04-04 12:49:09 +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);