The lodash method `_.pickBy` exported as a module.
TypeScript definitions for lodash.pickby
Creates an object composed of the picked object properties. Written in Typescript for ES2019+ environments.
Recursively pick an object or an array by given criteria.
Creates an object composed of the object properties for which predicate returns truthy.