type alias ColorsChainimport { type ColorsChain } from "https://deno.land/x/lume@v1.16.1/deps/cliffy.ts"; Chainable colors instance returned by all ansi escape properties. definition: Chainable<stdColors, ExcludedColorMethods> & { _stack: Array<ColorMethods>; }