method Console.dirxml Usage in Denoimport { type Console } from "node:console"; 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