Skip to main content
Module

x/ansi_escape_code/mod.ts>Sgr

🦕 Utilities to trim and parse ANSI escape code
Go to Latest
type alias Sgr
import { type Sgr } from "https://deno.land/x/ansi_escape_code@v1.0.2/mod.ts";
definition: { reset?: true; bold?: boolean; dim?: boolean; italic?: boolean; underline?: boolean; blinking?: boolean; inverse?: boolean; conceal?: boolean; strike?: boolean; foreground?: Color; background?: Color; }