(cols: number | nil)
| 788 | usage(msg: string | null, description?: string | false): UsageInstance; |
| 789 | version(ver: any): void; |
| 790 | wrap(cols: number | nil): void; |
| 791 | } |
| 792 | |
| 793 | export interface FailureFunction { |
no outgoing calls
no test coverage detected