method internal.TransformOptions.construct Usage in Deno```typescript import { type internal } from "node:node__stream.d.ts"; ``` TransformOptions.construct(this: Transform,callback: (error?: Error | null) => void,): void Parameters this: Transform callback: (error?: Error | null) => void Return Type void