interface TransformerFlushCallback<O> ((controller: TransformStreamDefaultController<O>) => void | PromiseLike<void>)

Type Parameters

  • O