MCPcopy
hub / github.com/QwikDev/qwik / strip

Function strip

packages/qwik/src/cli/utils/utils.ts:224–224  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

222}
223
224const strip = (str: string) => str.replace(ansiRegex(), '');
225export const note = (message = '', title = '') => {
226 const lines = `\n${message}\n`.split('\n');
227 const titleLen = strip(title).length;

Callers 1

noteFunction · 0.85

Calls 1

ansiRegexFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…