Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formkit/formkit
/ warning
Function
warning
packages/cli/src/index.ts:43–45 ·
view source on GitHub ↗
(m: string)
Source
from the content-addressed store, hash-verified
41
* @internal
42
*/
43
export
const
warning = (m: string): void => {
44
console.log(`${chalk.yellow.bold(
'[FormKit Warn]: '
)} ${chalk.yellow(m)}`)
45
}
46
47
/**
48
* @internal
Callers
1
requireInputCode
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected