Uses util.inspect()
on obj
and prints the resulting string to stdout
. This function bypasses any custom inspect()
function defined on obj
.
method
Console.dir
dir(
obj: any,
): void;
method
Uses util.inspect()
on obj
and prints the resulting string to stdout
. This function bypasses any custom inspect()
function defined on obj
.