> ## Documentation Index
> Fetch the complete documentation index at: https://kk-83bff226.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# removeWhitespace

> Removes all whitespace characters from a given string.

## Signature

```typescript path=null start=null theme={null}
removeWhitespace(str: string): string
```

## Parameters

* **str**: `string` - The string to remove whitespace from.

## Returns

`string` - The input string with all whitespace characters removed.

## Source

Defined in [string.ts:91](https://github.com/koji/ichigyou/blob/main/src/string.ts#L91)
