????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/uuid/dist/commonjs-browser/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/uuid/dist/commonjs-browser/native.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;