some
Array some utility.
Installation
$ component install yields/some
API
some(arr, fn)
some([1, 'str', 3], function (el, i) {
return 'string' == typeof el;
});
// > true
License
MIT
Array some utility.
$ component install yields/some
some([1, 'str', 3], function (el, i) {
return 'string' == typeof el;
});
// > true
MIT