Nodettyisattyfunction isatty#isatty(fd: number): booleanThe 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. Parameters ##fd: numberA numeric file descriptor Return Type #boolean
function isatty#isatty(fd: number): booleanThe 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. Parameters ##fd: numberA numeric file descriptor Return Type #boolean