kol
v1.0.3
Published
[![Greenkeeper badge](https://badges.greenkeeper.io/rollup/rollup-starter-lib.svg)](https://greenkeeper.io/)
Downloads
3
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.