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

      Variable WritableStream

      WritableStream: {
          prototype: WritableStream<any>;
          new <W>(underlyingSink?, strategy?): WritableStream<W>;
      }

      Type declaration