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.158.0/node/stream.ts";

Parameters

optional
cb: () => void

Parameters

chunk: any
optional
cb: () => void

Parameters

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