UNPKG

pintor

Version:

Zero-dependency library for providing color functions for terminal text

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