# Module: ucwords

## Table of contents

### Text Functions

- [default](ucwords.md#default)

## Text Functions

### default

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

Uppercases the first letter of every word in the given string

#### Parameters

| Name | Type |
| :------ | :------ |
| `input` | `string` |

#### Returns

`string`

#### Defined in

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