UNPKG

cli-block

Version:
4 lines (3 loc) 202 B
import { COLOR } from "@sil/color"; export { red, blue, green, italic, yellow, bold, dim, magenta, black, white, gray, } from "kleur"; export declare const color: (str: string, color: COLOR) => string;