property WritableBase.prototype.writable Usage in Deno```typescript import { WritableBase } from "node:node__stream.d.ts"; ``` Is `true` if it is safe to call `writable.write()`, which means the stream has not been destroyed, errored, or ended. Type boolean