# Module: clr

## Table of contents

### Text Functions

- [default](clr.md#default)

## Text Functions

### default

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

Generates a css className string given an array of classNames, substituting
classes using the given map object

**`Function`**

clr

#### Parameters

| Name | Type |
| :------ | :------ |
| `input` | `string` \| `string`[] |
| `classMap` | `any` |

#### Returns

`string`

#### Defined in

[src/clr.js:13](https://github.com/Twipped/js-utils/blob/9c196e3/src/clr.js#L13)
