Skip to main content
Module

x/grm/deps.ts>randomBytes

MTProto API Client for Deno 🦕
Go to Latest
function randomBytes
Re-export
import { randomBytes } from "https://deno.land/x/grm@0.5.1/deps.ts";

Parameters

size: number

Buffer length, must be equal or greater than zero

Parameters

size: number
optional
cb: (err: Error | null, buf?: Buffer) => void