Skip to main content
Module

x/ansi_escape_code/mod.ts>trimAndParse

🦕 Utilities to trim and parse ANSI escape code
Latest
function trimAndParse
import { trimAndParse } from "https://deno.land/x/ansi_escape_code@v1.0.3/mod.ts";

Trim and parse ANSI escape code in expr and return it.

Parameters

expr: string

Returns

[string, Annotation[]]