(...args: any[])
| 31 | util.inspect.defaultOptions.depth = 1000; |
| 32 | // eslint-disable-next-line no-console |
| 33 | export const log = (...args: any[]) => console.error(args); |
| 34 | |
| 35 | function prompt(prompt: string): Promise<string> { |
| 36 | const rl = createInterface({ |
no test coverage detected