DebugDescriber

Hierarchy

  • DebugDescriber

Implements

Index

Constructors

Methods

Constructors

constructor

+ new DebugDescriber(options?: object): DebugDescriber

Creates an instance of DebugDescriber. Creates an instance of DebugDescriber.

Parameters:

Optional options: object

Options object that can be passed to Node's inspect util.

NameType
colorsboolean
compactboolean

Returns: DebugDescriber

Methods

describe

describe(arg: any): Stringifiable

Describes argument to human readable form.

Parameters:

NameTypeDescription
arganyArgument to describe.

Returns: Stringifiable

Description instance.