nx.js
NamespacesSwitchFunctions

inspect

inspect(v, opts?): string

Parameters

ParameterTypeDescription
vunknownThe value to inspect.
opts?InspectOptionsOptions which may modify the generated string representation of the value.

Returns

string

A string representation of v with ANSI color codes.

On this page