# Module: slugify

## Table of contents

### Text Functions

- [default](slugify.md#default)

## Text Functions

### default

▸ **default**(`input`, `options?`): `string`

Generates a url safe string from the given input

#### Parameters

| Name | Type |
| :------ | :------ |
| `input` | `string` |
| `options?` | `Object` |
| `options.delimiter` | `string` |
| `options.separators` | `boolean` |

#### Returns

`string`

#### Defined in

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