interface Deno.InspectOptions
Option which can be specified when performing Deno.inspect
.
Properties #
#breakLength: number = 80
optional
The maximum length for an inspection to take up a single line.
#escapeSequences: boolean = true
optional
Whether or not to escape sequences.
#iterableLimit: number = 100
optional
The maximum number of iterable entries to print.
#trailingComma: boolean = false
optional
Add a trailing comma for multiline collections.
#strAbbreviateSize: number
optional
The maximum length of a string before it is truncated with an ellipsis.