MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / dimItalic

Function dimItalic

packages/baseai/src/utils/formatting.ts:21–21  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

19};
20
21export const dimItalic = (text: string) => pc.italic(pc.dim(text));
22export const dim = pc.dim;
23export const bold = pc.bold;
24export const underline = pc.underline;

Callers 6

deployFunction · 0.90
displayOutroFunction · 0.90
index.tsFile · 0.90
createPipeFunction · 0.90
createMemoryFunction · 0.90
createLocalPipeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected