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

Function cyan

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

Source from the content-addressed store, hash-verified

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)
40const yellow = (s: string): string => wrap('\x1b[33m', s)
41const magenta = (s: string): string => wrap('\x1b[35m', s)
42

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