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

Function yellow

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

Source from the content-addressed store, hash-verified

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
43function termWidth(): number {

Callers 2

sectionFunction · 0.85
renderHelpFunction · 0.85

Calls 1

wrapFunction · 0.85

Tested by

no test coverage detected