UNPKG

216 BPlain TextView Raw
1import * as tty from 'node: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()