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