UNPKG

121 BJavaScriptView Raw
1var hasOwnProperty = {}.hasOwnProperty;
2
3module.exports = function (it, key) {
4 return hasOwnProperty.call(it, key);
5};