Files
Shifted/node_modules/uuid/dist/esm-browser/native.js
2026-02-10 01:14:19 +00:00

4 lines
137 B
JavaScript

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