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

Parameters

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

Return Type

void
Back to top