UNPKG

siu

Version:

Seamless Immutable Utilities

4 lines (3 loc) 78 B
module.exports = function filter(array, func) { return array.filter(func); }