(title: string)
| 9 | } |
| 10 | |
| 11 | export function descriptionStyle(title: string) { |
| 12 | return `${ansis.dim(title)}`; |
| 13 | } |
| 14 | |
| 15 | export function formatObjectValue<T>(opts: T, propName: keyof T) { |
| 16 | const description = opts[propName]; |
no outgoing calls
no test coverage detected