모듈 tty
tty 모듈
지침:
1const tty = require('tty');
정적 함수
isatty
명령 대화형 창인지 쿼리
1static Boolean tty.isatty(Integer fd);
호출 매개변수:
- fd: 정수, 파일 설명자
결과 반환:
- Boolean, 파일 설명자가 동일한 터미널 창과 연결되어 있으면 true를 반환하고, 그렇지 않으면 false를 반환합니다.
tty 모듈
지침:
1const tty = require('tty');
명령 대화형 창인지 쿼리
1static Boolean tty.isatty(Integer fd);
호출 매개변수:
결과 반환: