Detects if the current environment is interactive. This package provides a simple boolean check to determine if your Node.js process is running in an interactive terminal, or a non-interactive environment like a CI server or detached process. This is useful for conditionally enabling features or modifying behavior based on the presence of user input or terminal capabilities. Lightweight and dependency-free.