Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/molt/lib/std/fmt.ts>stripAnsiCode

Update dependencies the Deno way
Latest
function stripAnsiCode
import { stripAnsiCode } from "https://deno.land/x/molt@0.17.2/lib/std/fmt.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string