property WritableBase.prototype.writableLength Usage in Deno```typescript import { WritableBase } from "node:node__stream.d.ts"; ``` This property contains the number of bytes (or objects) in the queue ready to be written. The value provides introspection data regarding the status of the `highWaterMark`. Type number