native.js 80 B

1234
  1. import crypto from 'crypto';
  2. export default {
  3. randomUUID: crypto.randomUUID
  4. };