UNPKG

chain-able

Version:

interfaces that describe their intentions.

10 lines (8 loc) 140 B
// curry2 const all = test => arr => { for (var i in arr) { if (!test(arr[i])) return false } return true } module.exports = all