funny-map
v1.0.3
Published
Simple modules for functional programming, done for fun.
Downloads
2
Readme
map
Simple modules for functional programming, done for fun.
Usage
import map from 'funny-map'
map(i => 2 * i, [1, 2, 3]) // [2, 4, 6]
License
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.