(text: string)
| 37 | } |
| 38 | |
| 39 | export function chalkTask(text: string) { |
| 40 | return chalk.hex("#60A5FA")(text); |
| 41 | } |
| 42 | |
| 43 | export function chalkRun(text: string) { |
| 44 | return chalk.hex("#A78BFA")(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…