MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / strip

Function strip

apps/kimi-code/test/tui/task-output-viewer.test.ts:9–11  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

7
8const ANSI_SGR = /\[[0-9;]*m/g;
9function strip(text: string): string {
10 return text.replaceAll(ANSI_SGR, '');
11}
12
13function fakeTerminal(rows: number, columns = 120): Terminal {
14 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected