Skip to main content
method WritableBase.prototype._write
WritableBase.prototype._write(
chunk: any,
encoding: BufferEncoding,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

chunk: any
encoding: BufferEncoding
callback: (error?: Error | null) => void

Return Type

void
Back to top