Skip to main content
Module

x/ansi_escape_code/mod.ts>Annotation

🦕 Utilities to trim and parse ANSI escape code
Go to Latest
type alias Annotation
import { type Annotation } from "https://deno.land/x/ansi_escape_code@v1.0.1/mod.ts";
definition: { offset: number; csi: Csi; raw: string; }