native.js 136 B

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