# Module: lc

## Table of contents

### Text Functions

- [default](lc.md#default)

## Text Functions

### default

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

Converts a string to lower case

#### Parameters

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

#### Returns

`string`

#### Defined in

[src/lc.js:9](https://github.com/Twipped/js-utils/blob/9c196e3/src/lc.js#L9)
