| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/uuid/dist/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/uuid/dist/native-browser.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
var _default = {
randomUUID
};
exports.default = _default;