Files

3 lines
136 B
JavaScript
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default { randomUUID };