find-all-keys
v1.0.1
Published
Similar to Lodash Object find function, except returns all instances that match predicate
Downloads
5
Readme
find-all-keys utility
Similar to Lodash Object find function, except returns all instances where predicate either equals recursively found values or predicate function evaluates to a truthy value when current value is passed in.
NOTE
Uses ES6 WeakMap object to store object references