| | |
| | | }); |
| | | exports.default = void 0; |
| | | |
| | | function _isCi() { |
| | | const data = _interopRequireDefault(require('is-ci')); |
| | | function _ciInfo() { |
| | | const data = require('ci-info'); |
| | | |
| | | _isCi = function () { |
| | | _ciInfo = function () { |
| | | return data; |
| | | }; |
| | | |
| | | return data; |
| | | } |
| | | |
| | | function _interopRequireDefault(obj) { |
| | | return obj && obj.__esModule ? obj : {default: obj}; |
| | | } |
| | | |
| | | /** |
| | |
| | | * LICENSE file in the root directory of this source tree. |
| | | */ |
| | | var _default = |
| | | !!process.stdout.isTTY && process.env.TERM !== 'dumb' && !_isCi().default; |
| | | !!process.stdout.isTTY && process.env.TERM !== 'dumb' && !_ciInfo().isCI; |
| | | |
| | | exports.default = _default; |