A numeric file descriptor
The tty.isatty()
method returns true
if the given fd
is associated with
a TTY and false
if it is not, including whenever fd
is not a non-negative
integer.
v0.5.8
A numeric file descriptor
Generated using TypeDoc
The
tty.isatty()
method returnstrue
if the givenfd
is associated with a TTY andfalse
if it is not, including wheneverfd
is not a non-negative integer.Since
v0.5.8