blowfish/node_modules/uuid/dist/esm-browser/native.js

4 lines
137 B
JavaScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};