aboutsummaryrefslogtreecommitdiff
path: root/node_modules/uuid/dist/esm-browser/v5.js
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-14 10:56:15 +0200
committerMinteck <contact@minteck.org>2022-06-14 10:56:15 +0200
commitecb92e72778bb12b8875145650610617624c6530 (patch)
tree5774dd68fad42653cc4abe7d88e586ba5c4c39a3 /node_modules/uuid/dist/esm-browser/v5.js
downloadelac-ecb92e72778bb12b8875145650610617624c6530.tar.gz
elac-ecb92e72778bb12b8875145650610617624c6530.tar.bz2
elac-ecb92e72778bb12b8875145650610617624c6530.zip
Initial commit
Diffstat (limited to 'node_modules/uuid/dist/esm-browser/v5.js')
-rw-r--r--node_modules/uuid/dist/esm-browser/v5.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/uuid/dist/esm-browser/v5.js b/node_modules/uuid/dist/esm-browser/v5.js
new file mode 100644
index 0000000..c08d96b
--- /dev/null
+++ b/node_modules/uuid/dist/esm-browser/v5.js
@@ -0,0 +1,4 @@
+import v35 from './v35.js';
+import sha1 from './sha1.js';
+var v5 = v35('v5', 0x50, sha1);
+export default v5; \ No newline at end of file