method WritableBase.prototype._destroy Usageimport { WritableBase } from "node:stream"; WritableBase.prototype._destroy(error: Error | null, callback: (error?: Error | null) => void): void Parameters error: Error | null callback: (error?: Error | null) => void Return Type void