(text: string)
| 13 | } |
| 14 | |
| 15 | export function chalkGrey(text: string) { |
| 16 | return chalk.hex("#878C99")(text); |
| 17 | } |
| 18 | |
| 19 | export function chalkError(text: string) { |
| 20 | return chalk.hex("#E11D48")(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…