where do I find the documentation for console.dir

https://deno.land/api@v1.26.0?s=Console#method_dir_5 I can't seem to find what the options are dir(item?: any, options?: any): void how do find what the options are? how do I find the source code?
3 Replies
crowlKats
crowlKats2y ago
Deno
Deno.InspectOptions | Runtime APIs | Deno
Option which can be specified when performing {@linkcode Deno.inspect}.
crowlKats
crowlKats2y ago
will look into this being better documented
dan.the.discloser
Thank you !!