MCPcopy
hub / github.com/triggerdotdev/trigger.dev / chalkPurple

Function chalkPurple

packages/cli-v3/src/utilities/cliOutput.ts:11–13  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

9}
10
11export function chalkPurple(text: string) {
12 return chalk.hex(purple)(text);
13}
14
15export function chalkGrey(text: string) {
16 return chalk.hex("#878C99")(text);

Callers 4

setupFunction · 0.90
resolveDependenciesFunction · 0.90
logESMRequireErrorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…