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

4 lines
135 B
JavaScript
Raw Normal View History

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