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

4 lines
135 B
JavaScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
var randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};