Skip to main content
ReadableBase.prototype.push - stream - Node documentation
method ReadableBase.prototype.push

Usage in Deno

import { ReadableBase } from "node:stream";
ReadableBase.prototype.push(
chunk: any,
encoding?: BufferEncoding,
): boolean

Parameters

chunk: any
optional
encoding: BufferEncoding

Return Type

boolean