Skip to main content
The Deno 2 Release Candidate is here
Learn more
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@v0.3.1/deps.ts";

Parameters

size: number

Buffer length, must be equal or greater than zero

Returns

Buffer

Parameters

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