Skip to main content
Module

std/node/stream.ts>Readable#unshift

Deno standard library
Go to Latest
method Readable.prototype.unshift
Re-export
import { Readable } from "https://deno.land/std@0.101.0/node/stream.ts";

Parameters

chunk: any
optional
encoding: string

Returns

boolean