function _destroyimport { _destroy } from "https://dotland.deno.dev/std@0.110.0/node/_stream/readable_internal.ts"; _destroy(self: Readable,err?: Error | null,cb?: (error?: Error | null) => void,)Parametersself: Readableoptionalerr: Error | nulloptionalcb: (error?: Error | null) => void