Skip to main content
Module

x/lume/deps/cliffy.ts>ColorsChain

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias ColorsChain
import { type ColorsChain } from "https://deno.land/x/lume@v2.1.2/deps/cliffy.ts";

Chainable colors instance returned by all ansi escape properties.

definition: Chainable<stdColors, ExcludedColorMethods> & { _stack: Array<ColorMethods>; }