MCPcopy Create free account
hub / github.com/formkit/formkit / green

Function green

packages/cli/src/index.ts:50–52  ·  view source on GitHub ↗
(m: string)

Source from the content-addressed store, hash-verified

48 * @internal
49 */
50export const green = (m: string): void => {
51 console.log(chalk.greenBright(m))
52}
53
54const program = new Command()
55

Callers 4

exportInputFunction · 0.90
buildThemeFunction · 0.90
createThemeFunction · 0.90
createAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected