2.0.0 • Published 11 years ago
fj-some v2.0.0
fj-some
functional
somefor an array.
Installation
npm install fj-some --save
Usage
var some = require('fj-some');
some(elem => elem > 10,[2, 5, 8, 1, 4]); // False.##API
cb -> arrayA curried function that expects: