Go to Latest
function _destroy
import { _destroy } from "https://dotland.deno.dev/std@0.116.0/node/_stream/readable_internal.ts";

Parameters

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