(text: string, color: 'red' | 'green' | 'yellow' | 'blue' | 'cyan' | 'dim' | 'bold')
| 32 | }; |
| 33 | |
| 34 | export function colorize(text: string, color: 'red' | 'green' | 'yellow' | 'blue' | 'cyan' | 'dim' | 'bold'): string { |
| 35 | return pc[color](text); |
| 36 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…