Skip to main content
default.ReadableOptions.read - stream - Node documentation
method default.ReadableOptions.read

Usage in Deno

import type mod from "node:stream";
ReadableOptions.read(
this: Readable,
size: number,
): void

Parameters

this: Readable
size: number

Return Type

void