(text: string)
| 17 | } |
| 18 | |
| 19 | export function chalkError(text: string) { |
| 20 | return chalk.hex("#E11D48")(text); |
| 21 | } |
| 22 | |
| 23 | export function chalkWarning(text: string) { |
| 24 | return chalk.yellow(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…