(msg?: string | null, err?: YError | string)
| 769 | epilog(msg: string): void; |
| 770 | example(cmd: string, description?: string): void; |
| 771 | fail(msg?: string | null, err?: YError | string): void; |
| 772 | failFn(f: FailureFunction | boolean): void; |
| 773 | freeze(): void; |
| 774 | functionDescription(fn: {name?: string}): string; |
no outgoing calls
no test coverage detected