Files
taimed/node_modules/uuid/dist/esm-browser/native.js
2025-07-24 17:21:45 +08:00

4 lines
137 B
JavaScript

const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};