0.1.3 • Published 8 years ago

curry-ts v0.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

curry-ts

CircleCI

Puts lodash.curry in a type-safe wrapper. Installing @types/lodash.curry results in any return type on all functions because it is a single function that supports arbitrary arity. This library does not support arbitrary arity on a function. You must specify curry1, curry2, curry3, curry4 or curry5 for one arugment, two arguments, three arguments, four arguments and five arguments, respectively.

Installing

yarn add curry-ts

License

MIT

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago