⚠️ Internal: This API is not publically exported by the package.

      Interface ReadableStreamReadValueResult<T>

      interface ReadableStreamReadValueResult {
          done: false;
          value: T;
      }

      Type Parameters

      • T

      Properties

      Properties

      done: false
      value: T