_has.js 117 Bytes Edit Raw Blame History 1 2 3 4 var hasOwnProperty = {}.hasOwnProperty; module.exports = function(it, key){ return hasOwnProperty.call(it, key); };