initial commit
This commit is contained in:
4
server/node_modules/uuid/dist/cjs-browser/native.js
generated
vendored
Normal file
4
server/node_modules/uuid/dist/cjs-browser/native.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||||
exports.default = { randomUUID };
|
||||
Reference in New Issue
Block a user