()
| 59 | * to mock in unit tests. |
| 60 | */ |
| 61 | export function stdinIsTTY(): boolean { |
| 62 | return process.stdin.isTTY |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Simple function to test for TTY output. Use this instead of directly calling `process` if you want |
no outgoing calls
no test coverage detected