All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.modules._keyInObj.js Maven / Gradle / Ivy

The newest version!
// Internal `_.pick` helper function to determine whether `key` is an enumerable
// property name of `obj`.
export default function keyInObj(value, key, obj) {
  return key in obj;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy