Module tty
tty-module
Instructies:
1const tty = require('tty');
statische functie
isatty
Vraag of het een interactief opdrachtvenster is
1static Boolean tty.isatty(Integer fd);
Oproepparameters:
- fd: geheel getal, bestandsbeschrijving
Resultaten retourneren:
- Boolean, retourneert true als de bestandsdescriptor aan hetzelfde terminalvenster is gekoppeld, en retourneert anders false