Share isSimpleWindowsTerm for other module

This commit is contained in:
bluelovers 2017-03-27 13:32:21 +08:00
parent 0d2144904b
commit 8afe3f87c6

View file

@ -111,3 +111,4 @@ defineProps(Chalk.prototype, styles);
module.exports = new Chalk(); module.exports = new Chalk();
module.exports.styles = ansiStyles; module.exports.styles = ansiStyles;
module.exports.supportsColor = supportsColor; module.exports.supportsColor = supportsColor;
module.exports.isSimpleWindowsTerm = isSimpleWindowsTerm;