Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
21
export
const
dimItalic = (text: string) => pc.italic(pc.dim(text));
22
export
const
dim = pc.dim;
23
export
const
bold = pc.bold;
24
export
const
underline = pc.underline;
Callers
6
deploy
Function · 0.90
displayOutro
Function · 0.90
index.ts
File · 0.90
createPipe
Function · 0.90
createMemory
Function · 0.90
createLocalPipe
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected