Module

x/wmill/deps.ts>colors

Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool.
Extremely Popular
Go to Latest
variable colors
import { colors } from "https://dotland.deno.dev/x/wmill@v1.320.3/deps.ts";

Chainable colors module.

import { colors } from "./mod.ts";

console.log(colors.blue.bgRed.bold('Welcome to Deno.Land!'));

If invoked as method, a new Ansi instance will be returned.

import { Colors, colors } from "./mod.ts";

const myColors: Colors = colors();
console.log(myColors.blue.bgRed.bold('Welcome to Deno.Land!'));

type

Colors