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

4 lines
137 B
JavaScript
Raw Normal View History

2024-06-19 09:56:58 -04:00
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};