InspectOptions$Typings extension

on

Properties

breakLength num?
The maximum length for an inspection to take up a single line.
getter/setter pair
colors bool?
Stylize output with ANSI colors.
getter/setter pair
compact bool?
Try to fit more than one entry of a collection on the same line.
getter/setter pair
depth num?
Traversal depth for nested objects.
getter/setter pair
escapeSequences bool?
Whether or not to escape sequences.
getter/setter pair
getters bool?
Evaluate the result of calling getters.
getter/setter pair
iterableLimit num?
The maximum number of iterable entries to print.
getter/setter pair
showHidden bool?
Show an object's non-enumerable properties.
getter/setter pair
showProxy bool?
Show a Proxy's target and handler.
getter/setter pair
sorted bool?
Sort Object, Set and Map entries by key.
getter/setter pair
strAbbreviateSize num?
The maximum length of a string before it is truncated with an ellipsis.
getter/setter pair
trailingComma bool?
Add a trailing comma for multiline collections.
getter/setter pair