method internal.DuplexOptions.construct Usage in Denoimport { 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