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

Parameters

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

Return Type

void
Back to top