MCPcopy Create free account
hub / github.com/ddopson/underscore-cli / bold

Function bold

lib/output-formats.js:80–83  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

78
79
80function bold (string) {
81 // bold white. see https://github.com/gf3/coloured/blob/master/lib/coloured.js
82 return "\033[1;37m" + string + "\033[0m";
83}
84
85
86exports['msgpack.print'] = {

Callers 1

output-formats.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected