Files
showpic/node_modules/uuid/dist/esm-browser/native.js
T

4 lines
137 B
JavaScript
Raw Normal View History

2026-07-16 22:51:02 +08:00
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default {
randomUUID
};