MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / color

Function color

javascript/selenium-webdriver/testing/index.js:82–84  ·  view source on GitHub ↗

@suppress {checkTypes}

(c, s)

Source from the content-addressed store, hash-verified

80
81/** @suppress {checkTypes} */
82function color(c, s) {
83 return isatty(process.stdout) ? `\u001b[${c}m${s}\u001b[0m` : s
84}
85
86function green(s) {
87 return color(32, s)

Callers 2

greenFunction · 0.85
cyanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected