(text: string)
| 9 | } |
| 10 | |
| 11 | export function chalkPurple(text: string) { |
| 12 | return chalk.hex(purple)(text); |
| 13 | } |
| 14 | |
| 15 | export function chalkGrey(text: string) { |
| 16 | return chalk.hex("#878C99")(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…