## How to build
* $ `npm install`
* $ `npm run build`

## Make sure project structure like this:
```
Your project
    |-- libs
        |-- hilo.d.ts
    |-- node_modules
        |-- ...
    |-- out
        |-- ...
    |-- src
        |-- ...
    |-- ...
```

## Hilo declaration
* [Get hilo.d.ts](https://github.com/hiloteam/Hilo/tree/dev/d.ts)