funny-zip
v1.0.3
Published
Simple modules for functional programming, done for fun.
Downloads
3
Readme
zip
Simple modules for functional programming, done for fun.
Usage
import zip from 'funny-zip'
zip([1, 2, 3], ['a', 'b', 'c']) // [[1, 'a'], [2, 'b'], [3, 'c']]
License
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.