UNPKG

@extra-array/find-all

Version:

Finds all values passing a test.

6 lines (5 loc) 93 B
'use strict'; function findAll(x, ft) { return x.filter(ft); } module.exports = findAll;