Skip to main content
Module

x/astrodon/modules/astrodon/deps.ts>PassThrough

Create Desktop apps with Deno 🦕
Latest
class PassThrough
implements [Deno.Reader], [Deno.Writer], [Deno.Closer]
import { PassThrough } from "https://deno.land/x/astrodon@0.1.0-alpha.2/modules/astrodon/deps.ts";

Constructors

new
PassThrough(size?, log?: log)

Methods

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