funny-chain

1.0.3 • Public • Published

chain

Simple modules for functional programming, done for fun.

Usage

import chain from 'funny-chain'
 
chain(i => [i, i], [1, 2, 3]) // [1, 1, 2, 2, 3, 3]

License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.

/funny-chain/

    Package Sidebar

    Install

    npm i funny-chain

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • goblindegook