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

Parameters

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

Return Type

void
Back to top