Skip to main content
Module

std/node/_stream.d.ts>Readable#push

Deno standard library
Go to Latest
method Readable.prototype.push
import { Readable } from "https://deno.land/std@0.167.0/node/_stream.d.ts";

Parameters

chunk: any
optional
encoding: BufferEncoding

Returns

boolean