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