property WritableBase.prototype.writableHighWaterMark Usage in Deno```typescript import { WritableBase } from "node:node__stream.d.ts"; ``` Return the value of `highWaterMark` passed when creating this `Writable`. Type number