Skip to content

InspectOptions

InspectOptions = object

Defined in: Composition/tap.ts:64

Configuration options for tap.inspect.

readonly optional colors?: boolean

Defined in: Composition/tap.ts:78

Whether to colorize the output using ANSI color codes. Defaults to true.


readonly optional depth?: number

Defined in: Composition/tap.ts:73

The maximum depth to recurse when formatting the object. Defaults to null (infinite depth).


readonly optional label?: string

Defined in: Composition/tap.ts:68

An optional label prefix for the inspect output (e.g., [label]: value).