summaryrefslogtreecommitdiff
path: root/includes/external/signal/node_modules/uuid/dist/commonjs-browser/native.js
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/signal/node_modules/uuid/dist/commonjs-browser/native.js')
-rw-r--r--includes/external/signal/node_modules/uuid/dist/commonjs-browser/native.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/includes/external/signal/node_modules/uuid/dist/commonjs-browser/native.js b/includes/external/signal/node_modules/uuid/dist/commonjs-browser/native.js
deleted file mode 100644
index c2eea59..0000000
--- a/includes/external/signal/node_modules/uuid/dist/commonjs-browser/native.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"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; \ No newline at end of file