method Readable.prototype.destroyRe-exportimport { Readable } from "https://deno.land/std@0.82.0/node/stream.ts"; destroy(err?: Error | null, cb?: () => void)Parametersoptionalerr: Error | nulloptionalcb: () => void