(text: string)
| 21 | } |
| 22 | |
| 23 | export function chalkWarning(text: string) { |
| 24 | return chalk.yellow(text); |
| 25 | } |
| 26 | |
| 27 | export function chalkSuccess(text: string) { |
| 28 | return chalk.hex("#28BF5C")(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…