source:
imaps-frontend/node_modules/uuid/dist/esm-browser/native.js@
79a0317
Last change on this file since 79a0317 was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 136 bytes |
Line | |
---|---|
1 | const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto); |
2 | export default { randomUUID }; |
Note:
See TracBrowser
for help on using the repository browser.