Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_stream/duplex.ts>default#end

Deno standard library
Go to Latest
method default.prototype.end
import { default } from "https://deno.land/std@0.103.0/node/_stream/duplex.ts";

Parameters

optional
cb: () => void

Parameters

chunk: any
optional
cb: () => void

Parameters

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

Parameters

optional
x: any | (() => void)
optional
y: Encodings | (() => void)
optional
z: () => void