initial commit
This commit is contained in:
2
server/node_modules/uuid/dist/esm-browser/native.js
generated
vendored
Normal file
2
server/node_modules/uuid/dist/esm-browser/native.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
|
||||
export default { randomUUID };
|
||||
Reference in New Issue
Block a user