# Module: uc

## Table of contents

### Text Functions

- [default](uc.md#default)

## Text Functions

### default

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

Converts a string to upper case

#### Parameters

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

#### Returns

`string`

#### Defined in

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