UNPKG

pintor

Version:

Zero-dependency library for providing color functions for terminal text

4 lines (3 loc) 127 B
import { Stream } from 'stream'; declare function shouldEnableColors(stream?: Stream): boolean; export { shouldEnableColors };