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

Usage in Deno

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

Parameters

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

Return Type

void