# Module: parsePath

## Table of contents

### Functions

- [default](parsePath.md#default)

## Functions

### default

▸ `Private` **default**(`input`): `any`[]

Converts `string` to a property path array.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `input` | `string` | The string to convert. |

#### Returns

`any`[]

Returns the property path array.

#### Defined in

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