Leon4gr45's picture
Include updated package-lock.json (part 9)
cd6720a verified
Raw
History Blame Contribute Delete
103 Bytes
function random(len) {
return crypto.getRandomValues(new Uint8Array(len));
}
exports.random = random;