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