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

Parameters

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

Return Type

void
Back to top