Skip to main content
method internal.TransformOptions.construct
TransformOptions.construct(
this: Transform,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

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

Return Type

void
Back to top