Skip to main content
Module

x/houston/mod.ts>Style

An advanced Deno logger, like Winston for Nodejs, with no dependencies
Latest
enum Style
import { Style } from "https://deno.land/x/houston@1.0.0/mod.ts";

Members

Bright = "\u001b[1m"
Dim = "\u001b[2m"
Hidden = "\u001b[8m"
Reset = "\u001b[0m"
Reverse = "\u001b[7m"
Underline = "\u001b[4m"