Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
30
export
const
red = (m: string): void =>
31
console.log(`${chalk.red.bold(
'[FormKit Error]: '
)} ${chalk.red(m)}`)
32
33
/**
34
* @internal
Callers
2
buildTheme
Function · 0.90
error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected