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