Skip to content

Instantly share code, notes, and snippets.

@miaulightouch
Created August 16, 2018 15:58
Show Gist options
  • Save miaulightouch/ada210719310e76db8c6a0bf61cf1cad to your computer and use it in GitHub Desktop.
Save miaulightouch/ada210719310e76db8c6a0bf61cf1cad to your computer and use it in GitHub Desktop.
try {
var supportsColor = require('supports-color');
if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
exports.colors = [
// color codes
];
}
} catch (err) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment