Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitpay/bitcore
/ italicText
Method
italicText
packages/bitcore-cli/src/utils.ts:69–71 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
67
}
68
69
static italicText(text: string) {
70
return
'\x1b[3m'
+ text +
'\x1b[23m'
;
71
}
72
73
static underlineText(text: string) {
74
return
'\x1b[4m'
+ text +
'\x1b[24m'
;
Callers
2
utils.test.ts
File · 0.80
cli.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected