method default.StreamOptions.construct Usage in Denoimport type mod from "node:stream"; StreamOptions.construct(this: T,callback: (error?: Error | null) => void,): void Parameters this: T callback: (error?: Error | null) => void Return Type void