native.js 85 B

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