Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ReadableOptions
implements StreamOptions<Readable>
import { type ReadableOptions } from "https://deno.land/std@0.159.0/node/_stream.d.ts";

Properties

optional
encoding: BufferEncoding | undefined

Methods

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