Skip to main content
Module

x/evt/lib/util/genericOperators/chunksOf.ts>chunksOf

💧EventEmitter's typesafe replacement
Go to Latest
variable chunksOf
import { chunksOf } from "https://deno.land/x/evt@v2.4.13/lib/util/genericOperators/chunksOf.ts";

Output Uint8Array of fixed size

type

(byteLength: number) => unknown