Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.80
promptKeyshareBackup
Function · 0.80
colorTextByChain
Method · 0.80
cli.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected