Skip to main content
method default.WritableOptions.write
WritableOptions.write(
this: Writable,
chunk: any,
encoding: BufferEncoding,
callback: (error?: Error | null) => void,
): void
Deprecated

Parameters

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

Return Type

void
Back to top