MCPcopy 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

7import { promisify } from 'util'
8
9export const msg = (m: string, color: string) => console.log(colorette[color](m))
10
11export const runCmd = promisify(exec)
12

Callers 3

index.tsFile · 0.90
setupPrettierFunction · 0.90
setupEslintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected