nx.js
NamespacesSwitchFunctions

inspect

inspect(v, opts): string

Parameters

ParameterTypeDescription
vunknownThe value to inspect.
optsInspectOptionsOptions which may modify the generated string representation of the value.

Returns

string

A string representation of v with ANSI color codes.

On this page