# manatki

## Getting Started

To start working with manatki library you should install it from npm with:

```
$ npm i --save manatki
```

{% hint style="info" %}
&#x20;Notice that manatki is still in development so the API can be roughly changed in the future.
{% endhint %}

Once you've installed library, you can import tools from it:

```typescript
import {Option} from 'manatki';
```
