You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
584 B

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
const chalk_1 = __importDefault(require("chalk"));
let chalk;
if (((_a = process.env) === null || _a === void 0 ? void 0 : _a.LISTR_DISABLE_COLOR) !== '1' && chalk_1.default.supportsColor) {
chalk = new chalk_1.default.Instance();
}
else {
chalk = new chalk_1.default.Instance({ level: 0 });
}
exports.default = chalk;
//# sourceMappingURL=chalk.js.map