Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/justaos/src/utils.ts>PRINT_COLORS

A command line interface for justaos
Latest
variable PRINT_COLORS
import { PRINT_COLORS } from "https://deno.land/x/justaos@v0.1.3/src/utils.ts";

type

{ FgRed: string; FgGreen: string; Reset: string; }