MCPcopy Create free account
hub / github.com/bitpay/bitcore / boldText

Method boldText

packages/bitcore-cli/src/utils.ts:65–67  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

63 }
64
65 static boldText(text: string) {
66 return '\x1b[1m' + text + '\x1b[22m';
67 }
68
69 static italicText(text: string) {
70 return '\x1b[3m' + text + '\x1b[23m';

Callers 4

utils.test.tsFile · 0.80
promptKeyshareBackupFunction · 0.80
colorTextByChainMethod · 0.80
cli.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected