Skip to main content
internal.TransformOptions.construct - stream - Node documentation
method internal.TransformOptions.construct

Usage in Deno

import { type internal } from "node:stream";
TransformOptions.construct(
this: Transform,
callback: (error?: Error | null) => void,
): void

Parameters

this: Transform
callback: (error?: Error | null) => void

Return Type

void