# stripAnsi

`function` in `utils` · v0.8.0-next.6

<https://docs.seedcord.org/packages/utils/0.8.0-next.6/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`.
