UNPKG

chain-able

Version:

interfaces that describe their intentions.

9 lines (7 loc) 131 B
const some = test => arr => { for (var i in arr) { if (test(arr[i])) return true } return false } module.exports = some