native.js 137 B

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