kol
v1.0.3
Published
[](https://greenkeeper.io/)
Readme
kol
Functional Javascript
import Container from "kol";
Container(3) //=> Container(3)
Container([1,2,3]) //=> Container([1,2,3])
Container({a:1,b:2,c:3}) //=> Container({a:1,b:2,c:3})Container is a functor it has map, of etc.
License
MIT.
