kol

1.0.3 • Public • Published

kol

Greenkeeper badge

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.

/kol/

    Package Sidebar

    Install

    npm i kol

    Weekly Downloads

    8

    Version

    1.0.3

    License

    none

    Unpacked Size

    3.29 kB

    Total Files

    6

    Last publish

    Collaborators

    • lockround