Module basismodule

Module tty

tty-module

Instructies:

1
const tty = require('tty');

statische functie

isatty

Vraag of het een interactief opdrachtvenster is

1
static 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