Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tinyhttp/tinyhttp
/ msg
Function
msg
packages/cli/src/utils.ts:9–9 ·
view source on GitHub ↗
(m: string, color: string)
Source
from the content-addressed store, hash-verified
7
import
{ promisify } from
'util'
8
9
export
const
msg = (m: string, color: string) => console.log(colorette[color](m))
10
11
export
const
runCmd = promisify(exec)
12
Callers
3
index.ts
File · 0.90
setupPrettier
Function · 0.90
setupEslint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected