Skip to main content
Module

std/node/stream.ts>Duplex#end

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

Parameters

optional
cb: () => void

Parameters

chunk: any
optional
cb: () => void

Parameters

chunk: any
encoding: Encodings
optional
cb: () => void