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