UNPKG

tiny-colors

Version:

A tiny library providing the basic ANSI colors for the terminal.

7 lines (6 loc) 187 B
import { ENABLED } from './constants'; import type { Color, Modifiers } from './types'; declare const colors: Modifiers; export default colors; export { ENABLED }; export type { Color };