Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fresh/tests/deps.ts>stripAnsiCode

The next-gen web framework.
Extremely Popular
Latest
function stripAnsiCode
import { stripAnsiCode } from "https://deno.land/x/fresh@1.7.2/tests/deps.ts";

Remove ANSI escape codes from the string.

Parameters

string: string

to remove ANSI escape codes from

Returns

string