UNPKG

211 BPlain TextView Raw
1import * as tty from 'tty'
2
3/**
4 * Based on: https://github.com/sindresorhus/yoctocolors/pull/5
5 *
6 * @experimental
7 */
8export const hasColors = !process.env['NO_COLOR'] && tty.WriteStream.prototype.hasColors()