mirror of
https://github.com/actions/setup-python.git
synced 2025-06-12 07:17:13 +02:00
Initial pass
This commit is contained in:
26
node_modules/jest-util/build/isInteractive.js
generated
vendored
Normal file
26
node_modules/jest-util/build/isInteractive.js
generated
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
|
||||
function _isCi() {
|
||||
const data = _interopRequireDefault(require('is-ci'));
|
||||
|
||||
_isCi = function _isCi() {
|
||||
return data;
|
||||
};
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
function _interopRequireDefault(obj) {
|
||||
return obj && obj.__esModule ? obj : {default: obj};
|
||||
}
|
||||
|
||||
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
|
||||
var _default =
|
||||
!!process.stdout.isTTY && process.env.TERM !== 'dumb' && !_isCi().default;
|
||||
|
||||
exports.default = _default;
|
Reference in New Issue
Block a user