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