????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@lukeed/csprng/node/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@lukeed/csprng/node/index.mjs |
import { randomBytes } from 'crypto'; export function random(len) { return randomBytes(len); }