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

Function stripAnsi

apps/kimi-code/scripts/postinstall/ui.mjs:61–63  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

59}
60
61function stripAnsi(s) {
62 return s.replace(ANSI_ESCAPE, '');
63}
64
65// Platform-specific path to the controlling terminal device. Writing
66// here bypasses the package manager's lifecycle stdout capture (npm 7+

Callers 1

notifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected