Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitpay/bitcore
/ strikeText
Method
strikeText
packages/bitcore-cli/src/utils.ts:77–79 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
75
}
76
77
static strikeText(text: string) {
78
return
'\x1b[9m'
+ text +
'\x1b[29m'
;
79
}
80
81
static capitalize(text: string): string {
82
return
text.charAt(0).toUpperCase() + text.slice(1);
Callers
1
utils.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected