Skip to main content
method ReadableBase.prototype._construct
ReadableBase.prototype._construct(callback: (error?: Error | null) => void): void

Parameters

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

Return Type

void
Back to top