MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / bold

Function bold

apps/desktop/src/cli/help.ts:36–36  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

34}
35
36const bold = (s: string): string => wrap('\x1b[1m', s)
37const dim = (s: string): string => wrap('\x1b[2m', s)
38const italic = (s: string): string => wrap('\x1b[3m', s)
39const cyan = (s: string): string => wrap('\x1b[36m', s)

Callers 4

headerFunction · 0.85
sectionFunction · 0.85
renderHelpFunction · 0.85
renderVersionFunction · 0.85

Calls 1

wrapFunction · 0.85

Tested by

no test coverage detected