Skip to main content
WritableBase.prototype._final - stream - Node documentation
method WritableBase.prototype._final

Usage in Deno

import { WritableBase } from "node:stream";
WritableBase.prototype._final(callback: (error?: Error | null) => void): void

Parameters

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

Return Type

void