property ReadableBase.prototype.readableEncoding Usage in Deno```typescript import { ReadableBase } from "node:node__stream.d.ts"; ``` Getter for the property `encoding` of a given `Readable` stream. The `encoding` property can be set using the setEncoding method. Type BufferEncoding | null