Skip to main content
Module

x/evt/operators/chunksOf.ts>chunksOf

💧EventEmitter's typesafe replacement
Latest
variable chunksOf
import { chunksOf } from "https://deno.land/x/evt@v2.5.7/operators/chunksOf.ts";

Output Uint8Array of fixed size

type

(byteLength: number) => unknown