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

Function red

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

Source from the content-addressed store, hash-verified

28 * @internal
29 */
30export const red = (m: string): void =>
31 console.log(`${chalk.red.bold('[FormKit Error]: ')} ${chalk.red(m)}`)
32
33/**
34 * @internal

Callers 2

buildThemeFunction · 0.90
errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected