(text: string)
| 41 | } |
| 42 | |
| 43 | export function chalkRun(text: string) { |
| 44 | return chalk.hex("#A78BFA")(text); |
| 45 | } |
| 46 | |
| 47 | export function logo() { |
| 48 | return `${chalk.hex(green).bold("Trigger")}${chalk.hex(purple).bold(".dev")}`; |
no outgoing calls
no test coverage detected
searching dependent graphs…