funny-any
v1.0.1
Published
Simple modules for functional programming, done for fun.
Downloads
2
Readme
any
Simple modules for functional programming, done for fun.
Usage
import any from 'funny-any'
any(i => i, [true, false]) // true
any(i => i, [false, false]) // false
License
The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.