deno.com

method Stream.Readable.prototype.push

#Readable.prototype.push(
chunk: any,
encoding?: BufferEncoding,
): boolean

Parameters #

#chunk: any
#encoding: BufferEncoding
optional

Return Type #

boolean