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

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

The newest version!
var _setup = require('./_setup.js');

// Internal function to check whether `key` is an own property name of `obj`.
function has(obj, key) {
  return obj != null && _setup.hasOwnProperty.call(obj, key);
}

module.exports = has;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy