funny-chain
v1.0.3
Published
Simple modules for functional programming, done for fun.
Downloads
5
Readme
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.