(url: string)
| 18 | const s = p.spinner(); |
| 19 | return { |
| 20 | docs(url: string) { |
| 21 | if (!quiet) console.log(chalk.dim(`Docs: ${url}`)); |
| 22 | }, |
| 23 | start(msg: string) { |
| 24 | if (!quiet) s.start(msg); |
| 25 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected