MCPcopy
hub / github.com/ampproject/amphtml / cyan

Function cyan

build-system/common/check-package-manager.js:64–66  ·  view source on GitHub ↗

* Formats the text to appear cyan * * @param {*} text * @return {string}

(text)

Source from the content-addressed store, hash-verified

62 * @return {string}
63 */
64function cyan(text) {
65 return '\x1b[36m' + text + '\x1b[0m';
66}
67/**
68 * Formats the text to appear green
69 *

Callers 15

babel.config.jsFile · 0.85
ProgramFunction · 0.85
runTaskFunction · 0.85
handleInvalidTaskErrorFunction · 0.85
createTaskFunction · 0.85
finalizeRunnerFunction · 0.85
installAmpTaskRunnerFunction · 0.85
verifyBundle_Function · 0.85
formatExtractedMessagesFunction · 0.85
mergeOutputs_Function · 0.85
mergeFilesTxt_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected