# stripAnsi

`function` in `utils` · v0.8.6-next.0

<https://docs.seedcord.org/packages/utils/0.8.6-next.0/functions/strip-ansi>

Removes ANSI escape sequences from a string, for a non-terminal sink that would show them raw.

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

Removes ANSI escape sequences from a string, for a non-terminal sink that would show them raw.

Parameters.

- `value` `string`

Returns `string`.
