(text: string)
| 33 | } |
| 34 | |
| 35 | export function chalkWorker(text: string) { |
| 36 | return chalk.hex("#FFFF89")(text); |
| 37 | } |
| 38 | |
| 39 | export function chalkTask(text: string) { |
| 40 | return chalk.hex("#60A5FA")(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…