---
title: stripAnsi
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/terminal/src/lib/ansi.ts#L214
---

# stripAnsi

## Summary

Removes ANSI escape sequences from a string.

## Signature

```ts
function stripAnsi(value: string): string;

```

## Parameters

### `value`

The string to strip

## Returns

The string without ANSI escape sequences