Module 基礎模組

模組tty

tty 模組

使用方法:

1
const tty = require('tty');

靜態函數

isatty

查詢是否是命令交互視窗

1
static Boolean tty.isatty(Integer fd);

呼叫參數:

  • fd: Integer, 文件描述符

回傳結果:

  • Boolean, 如果檔案描述符同一個終端機視窗關聯則傳回true ,否則傳回false