property ReadableBase.prototype.destroyed Usage in Deno```typescript import { ReadableBase } from "node:node__stream.d.ts"; ``` Is `true` after `readable.destroy()` has been called. Type boolean