Skip to main content
Module

x/scaffold/src/deps/cli.ts>ColorsChain

scaffold your next project with style and 💗
Latest
type alias ColorsChain
import { type ColorsChain } from "https://deno.land/x/scaffold@0.3.0/src/deps/cli.ts";

Chainable colors instance returned by all ansi escape properties.

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