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

Usage in Deno

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

Type Parameters

O

Call Signatures

(controller: TransformStreamDefaultController<O>): any