interface UnderlyingSinkWriteCallback<W> ((chunk: W, controller: WritableStreamDefaultController) => void | PromiseLike<void>)

Type Parameters

  • W