Skip to main content
internal.StreamOptions.construct - stream - Node documentation
method internal.StreamOptions.construct

Usage in Deno

import { type internal } from "node:stream";
StreamOptions.construct(
this: T,
callback: (error?: Error | null) => void,
): void

Parameters

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

Return Type

void