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

Parameters

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

Return Type

void
Back to top