()
| 416 | } |
| 417 | |
| 418 | function clear() { console.log("\x1b[3J\x1b[H\x1b[2J"); } |
| 419 | |
| 420 | function help() { |
| 421 | const b = (s) => `${C.green}${s}${C.reset}`, d = (s) => `${C.dim}${s}${C.reset}`; |
nothing calls this directly
no outgoing calls
no test coverage detected