interface ReadableStreamReadValueResult Usage in Deno```typescript import { type ReadableStreamReadValueResult } from "node:node__stream--web.d.ts"; ``` Type Parameters T Properties done: false value: T