method ReadableBase.prototype._construct Usage in Deno```typescript import { ReadableBase } from "node:node__stream.d.ts"; ``` ReadableBase.prototype._construct(callback: (error?: Error | null) => void): void Parameters callback: (error?: Error | null) => void Return Type void