method Readable.prototype.destroyimport { Readable } from "https://dotland.deno.dev/std@0.92.0/node/stream.ts"; destroy(err?: Error | null, cb?: () => void)Parametersoptionalerr: Error | nulloptionalcb: () => void