Console.dirxml - Node documentation
method Console.dirxml

Usage in Deno

import { 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