MCPcopy Index your code
hub / github.com/cameri/nostream / writeStdout

Function writeStdout

src/cli/utils/output.ts:3–5  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1import { bold, cyan, red, yellow, green } from 'colorette'
2
3const writeStdout = (message: string): void => {
4 process.stdout.write(`${message}\n`)
5}
6
7const writeStderr = (message: string): void => {
8 process.stderr.write(`${message}\n`)

Callers 3

logStepFunction · 0.85
logInfoFunction · 0.85
logSuccessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected