Mdir
Bun

method

Console.dir

item?: any,
options?: any
): void;
obj: any,
options?: InspectOptions
): void;

Uses util.inspect() on obj and prints the resulting string to stdout. This function bypasses any custom inspect() function defined on obj.