# Module: cl

## Table of contents

### Text Functions

- [default](cl.md#default)

## Text Functions

### default

▸ **default**(`...classNames`): `string`

Generates a css className string given an array of classNames

#### Parameters

| Name | Type |
| :------ | :------ |
| `...classNames` | (`string` \| `string`[])[] |

#### Returns

`string`

#### Defined in

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