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

Function info

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

Source from the content-addressed store, hash-verified

34 * @internal
35 */
36export const info = (m: string): void => {
37 console.log(`${chalk.blue(m)}`)
38}
39
40/**
41 * @internal

Callers 9

upsertDirFunction · 0.90
requireInputCodeFunction · 0.90
buildThemeFunction · 0.90
editModeFunction · 0.90
generateFunction · 0.90
apiThemeFunction · 0.90
createThemeFunction · 0.90
createProjectFunction · 0.90
createAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected