blob: 76f44f91ffbd98b1cea83202dc814072c9d58353 [file] [log] [blame]
const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
export default { randomUUID };