has.js 76 B

1234
  1. module.exports = function (obj, key) {
  2. return obj.hasOwnProperty(key);
  3. };