????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/is-interactive/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/is-interactive/index.js |
'use strict'; module.exports = ({stream = process.stdout} = {}) => { return Boolean( stream && stream.isTTY && process.env.TERM !== 'dumb' && !('CI' in process.env) ); };