# Module: stripIndent

## Table of contents

### Text Functions

- [default](stripIndent.md#default)

## Text Functions

### default

▸ **default**(`input`): `string`

Removes excess indentation from multi-line strings. Can also be used as
a tag function.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `input` | `string` | Text to extract |

#### Returns

`string`

#### Defined in

[src/stripIndent.js:10](https://github.com/Twipped/js-utils/blob/9c196e3/src/stripIndent.js#L10)
