Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
50
export
const
green = (m: string): void => {
51
console.log(chalk.greenBright(m))
52
}
53
54
const
program =
new
Command()
55
Callers
4
exportInput
Function · 0.90
buildTheme
Function · 0.90
createTheme
Function · 0.90
createApp
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected