method internal.DuplexOptions.construct Usageimport { 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