interface Deno.InspectOptionsPropertiesoptionalcolors: booleanStylize output with ANSI colors. Defaults to false. optionalcompact: booleanTry to fit more than one entry of a collection on the same line. Defaults to true. optionaldepth: numberTraversal depth for nested objects. Defaults to 4. optionaliterableLimit: numberThe maximum number of iterable entries to print. Defaults to 100. optionalshowProxy: booleanShow a Proxy's target and handler. Defaults to false. optionalsorted: booleanSort Object, Set and Map entries by key. Defaults to false. optionaltrailingComma: booleanAdd a trailing comma for multiline collections. Defaults to false. optionalgetters: boolean Evaluate the result of calling getters. Defaults to false. optionalshowHidden: booleanShow an object's non-enumerable properties. Defaults to false. optionalstrAbbreviateSize: numberThe maximum length of a string before it is truncated with an ellipsis