# curry

curry takes a function and returns a partial function
with the remaining arguments.

## api

## example


- [source](./index.js)
- [test](./test.js)

[return](../../../README.md#function)
