Skip to main content
Module

x/chalk_deno/index.d.ts

🖍 Terminal string styling done right
Latest
import * as chalkDeno from "https://deno.land/x/chalk_deno@v4.1.1-deno/index.d.ts";

Variables

Return a new Chalk instance.

Main Chalk object that allows to chain styles together.

Interfaces

Detect whether the terminal supports color.

Type Aliases

Basic background colors.

Basic colors.

Levels:

  • 0 - All colors disabled.
  • 1 - Basic 16 colors support.
  • 2 - ANSI 256 colors support.
  • 3 - Truecolor 16 million colors support.

Basic foreground colors.