property ReadStream.prototype.pending Usage in Deno```typescript import { ReadStream } from "node:node__fs.d.ts"; ``` This property is `true` if the underlying file has not been opened yet, i.e. before the `'ready'` event is emitted. Type boolean