Skip to main content
TransformerFlushCallback - stream/web - Node documentation
interface TransformerFlushCallback

Usage in Deno

import { type TransformerFlushCallback } from "node:stream/web";

Type Parameters

O

Call Signatures

(controller: TransformStreamDefaultController<O>): void | PromiseLike<void>