> For the complete documentation index, see [llms.txt](https://manatki.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manatki.gitbook.io/project/master.md).

# 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';
```
