Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/proc/legacy/deps.ts>MultiReader

A better way to work with processes in Deno.
Go to Latest
class MultiReader
implements Reader
import { MultiReader } from "https://deno.land/x/proc@0.20.30/legacy/deps.ts";

Reader utility for combining multiple readers

Constructors

new
MultiReader(readers: Reader[])

Methods

read(p: Uint8Array): Promise<number | null>