MCPcopy Index your code
hub / github.com/npmx-dev/npmx.dev / logInfo

Function logInfo

cli/src/logger.ts:47–49  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

45 * Log info message
46 */
47export function logInfo(message: string): void {
48 p.log.info(message)
49}
50
51/**
52 * Log a debug message with `obug` (minimal fork of `debug`)

Callers 1

runFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected