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

Parameters

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

Return Type

void
Back to top