UNPKG

rete-kit

Version:

Rete.js Kit ==== [![Made in Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua) [![Discord](https://img.shields.io/discord/1081223198055604244?color=%237289da&label=Discord)](https://disco

6 lines (5 loc) 198 B
/** * Check if the current process is running in an interactive terminal (TTY) * @returns true if running in an interactive terminal, false otherwise */ export declare function isTTY(): boolean;