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

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

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

module.exports = keyInObj;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy