Skip to main content
Module

x/x12/deps.ts>crypto.randomFill

ASC X12 parser, generator, query engine, and mapper; now with support for streams.
Latest
function crypto.randomFill
Re-export
import { crypto } from "https://deno.land/x/x12@1.8.0-1/deps.ts";
const { randomFill } = crypto;

Parameters

buf: Buffer
cb: (err: Error | null, buf: Buffer) => void

Parameters

buf: Buffer
offset: number
cb: ((err: Error | null, buf: Buffer) => void)

Parameters

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