deno.com
method Console.dirxml
#Console.dirxml(...data: any[]): void

This method calls console.log() passing it the arguments received. This method does not produce any XML formatting.

Parameters #

#<span>...data</span>: any[]

Return Type #

void