function bold()
in
lib/cli.js [3:5]
3
lines of code
1
McCabe index (conditional complexity)
function bold(input) { return '\u001b[1m' + input + '\u001b[22m'; }