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
the options are https://deno.land/api@v1.26.0?s=Deno.InspectOptions
Deno
Deno.InspectOptions | Runtime APIs | Deno
Option which can be specified when performing {@linkcode Deno.inspect}.
will look into this being better documented
Thank you !!