UNPKG

parcol

Version:

Parcol is a utility for parsing all ANSI colors methods in a string.

7 lines (6 loc) 265 B
import { ColorType } from "./types"; export declare const COLORS: ColorType[]; export declare const BRIGHT_COLORS: ColorType[]; export declare const BG_COLORS: ColorType[]; export declare const BG_BRIGHT_COLORS: ColorType[]; export declare const MODS: ColorType[];