UNPKG

@naturalcycles/nodejs-lib

Version:
9 lines (7 loc) 211 B
import * as tty from 'tty' /** * Based on: https://github.com/sindresorhus/yoctocolors/pull/5 * * @experimental */ export const hasColors = !process.env['NO_COLOR'] && tty.WriteStream.prototype.hasColors()