MCPcopy
hub / github.com/infinitered/gluegun / info

Function info

src/toolbox/print-tools.ts:158–160  ·  view source on GitHub ↗

* Writes a normal information message. * * This is the default type you should use. * * @param message The message to show.

(message: string)

Source from the content-addressed store, hash-verified

156 * @param message The message to show.
157 */
158function info(message: string): void {
159 console.log(colors.info(message))
160}
161
162/**
163 * Writes an error message.

Callers 2

new.tsFile · 0.85
printHelpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…