UNPKG

206 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.IS_TEST_ENV = !!process.env.RUNNING_PERSONAL_BUILD_TOOLS_TESTS;
4exports.IS_CI = exports.IS_TEST_ENV || !!process.env.CI;