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

Method underlineText

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

Source from the content-addressed store, hash-verified

71 }
72
73 static underlineText(text: string) {
74 return '\x1b[4m' + text + '\x1b[24m';
75 }
76
77 static strikeText(text: string) {
78 return '\x1b[9m' + text + '\x1b[29m';

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected