| 30 | export type ChalkColor = PicocolorsColor; |
| 31 | |
| 32 | export interface FormatOptions { |
| 33 | color?: boolean; |
| 34 | signs?: readonly [string, string, string]; |
| 35 | colors?: readonly [PicocolorsColor, PicocolorsColor, PicocolorsColor]; |
| 36 | verbose?: boolean; |
| 37 | helpUrl?: string; |
| 38 | legacyOutput?: boolean; |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected