type alias ColorsChainimport { type ColorsChain } from "https://dotland.deno.dev/x/cliffy@v0.19.0/ansi/mod.ts"; Chainable colors instance returned by all ansi escape properties. definition: Chainable<stdColors, ExcludedColorMethods> & { _stack: Array<ColorMethods>; }