Build
Docs
Reference
Guides
Blog
Discord
/
node:util
/
InspectStyles
P
bigint
P
boolean
P
date
P
module
P
name
P
null
P
number
P
regexp
P
special
P
string
P
symbol
P
undefined
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:util
/
InspectStyles
P
bigint
P
boolean
P
date
P
module
P
name
P
null
P
number
P
regexp
P
special
P
string
P
symbol
P
undefined
interface
util.InspectStyles
interface
InspectStyles
bigint
:
InspectColor
|
(
value
:
string
)
=>
string
boolean
:
InspectColor
|
(
value
:
string
)
=>
string
date
:
InspectColor
|
(
value
:
string
)
=>
string
module
:
InspectColor
|
(
value
:
string
)
=>
string
name
:
InspectColor
|
(
value
:
string
)
=>
string
null
:
InspectColor
|
(
value
:
string
)
=>
string
number
:
InspectColor
|
(
value
:
string
)
=>
string
regexp
:
(
value
:
string
)
=>
string
special
:
InspectColor
|
(
value
:
string
)
=>
string
string
:
InspectColor
|
(
value
:
string
)
=>
string
symbol
:
InspectColor
|
(
value
:
string
)
=>
string
undefined
:
InspectColor
|
(
value
:
string
)
=>
string