Variable BROWSER_COLORSConst

BROWSER_COLORS: {
    Black: string;
    Blue: string;
    Cyan: string;
    Green: string;
    Grey: string;
    Magenta: string;
    Red: string;
    White: string;
    Yellow: string;
} = ...

Type declaration

  • Black: string
  • Blue: string
  • Cyan: string
  • Green: string
  • Grey: string
  • Magenta: string
  • Red: string
  • White: string
  • Yellow: string