UNPKG

array-predicates

Version:

Predicates that make working with js arrays easier.

8 lines (7 loc) 193 B
module.exports = { byProp: require('./byProp'), byPropVal: require('./byPropVal'), byPropValue: require('./byPropValue'), byVal: require('./byVal'), byValue: require('./byValue'), };