Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function destroy
import { destroy } from "https://deno.land/std@0.81.0/node/_stream/writable_internal.ts";

Parameters

this: Writable
optional
err: Error | null
optional
cb: () => void