Skip to main content
method default.StreamOptions.construct
StreamOptions.construct(
this: T,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

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

Return Type

void
Back to top