MCPcopy Create free account
hub / github.com/arctic-cli/interface / stripAnsi

Function stripAnsi

packages/arctic/src/cli/ui.ts:121–123  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

119 }
120
121 function stripAnsi(value: string) {
122 return value.replace(ANSI_REGEX, "")
123 }
124
125 function ellipsize(value: string, width: number) {
126 if (value.length <= width) return value

Callers 3

padLineFunction · 0.85
wrapTextFunction · 0.85
renderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected