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

      Interface ReadableStreamReadDoneResult<T>

      interface ReadableStreamReadDoneResult {
          done: true;
          value?: T;
      }

      Type Parameters

      • T

      Properties

      Properties

      done: true
      value?: T