From 8afe3f87c660437b5dc762eaee41436d6ffc3448 Mon Sep 17 00:00:00 2001 From: bluelovers Date: Mon, 27 Mar 2017 13:32:21 +0800 Subject: [PATCH] Share isSimpleWindowsTerm for other module --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index ab458f7..ba40607 100644 --- a/index.js +++ b/index.js @@ -111,3 +111,4 @@ defineProps(Chalk.prototype, styles); module.exports = new Chalk(); module.exports.styles = ansiStyles; module.exports.supportsColor = supportsColor; +module.exports.isSimpleWindowsTerm = isSimpleWindowsTerm;