MCPcopy Index your code
hub / github.com/nodejs/node / removeColors

Function removeColors

lib/internal/util.js:95–97  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

93}
94
95function removeColors(str) {
96 return StringPrototypeReplace(str, colorRegExp, '');
97}
98
99function isError(e) {
100 // An error could be an instance of Error while not being a native error

Callers 2

[inspect.custom]Method · 0.85
isBelowBreakLengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…