inspect
inspect(v
, opts
?): string
Parameters
Parameter | Type | Description |
---|---|---|
v | unknown | The value to inspect. |
opts ? | InspectOptions | Options which may modify the generated string representation of the value. |
Returns
string
A string representation of v
with ANSI color codes.