method WritableBase.prototype._write Usage in Deno```typescript import { WritableBase } from "node:node__stream.d.ts"; ``` WritableBase.prototype._write(chunk: any,encoding: BufferEncoding,callback: (error?: Error | null) => void,): void Parameters chunk: any encoding: BufferEncoding callback: (error?: Error | null) => void Return Type void