Module

std/node/stream.ts>Readable#push

Deno standard library
Go to Latest
method Readable.prototype.push
import { Readable } from "https://dotland.deno.dev/std@0.145.0/node/stream.ts";

Parameters

chunk: any
optional
encoding: BufferEncoding

Returns

boolean