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

Usage in Deno

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

Parameters

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

Return Type

void