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

Interface UnderlyingSinkWriteCallback<W>

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

Type Parameters

  • W

  • Parameters

    Returns void | PromiseLike<void>