Skip to main content
Go to Latest
interface ReadableOptions
implements StreamOptions<Readable>
import { type ReadableOptions } from "https://deno.land/std@0.166.0/node/_stream.d.ts";

Properties

optional
encoding: BufferEncoding | undefined

Methods

optional
read(this: Readable, size: number): void