Skip to main content
Go to Latest
function _destroy
import { _destroy } from "https://deno.land/std@0.103.0/node/_stream/readable_internal.ts";

Parameters

self: Readable
optional
err: Error | null
optional
cb: (error?: Error | null) => void