property ReadableBase.prototype.readableHighWaterMark Usage in Deno```typescript import { ReadableBase } from "node:node__stream.d.ts"; ``` Returns the value of `highWaterMark` passed when creating this `Readable`. Type number