method Console.dirxml Usage in Deno```typescript import { type Console } from "node:node__console.d.ts"; ``` Console.dirxml(...data: any[]): void This method calls `console.log()` passing it the arguments received. This method does not produce any XML formatting. Parameters ...data: any[] Return Type void