summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/has/src/index.js
blob: cdf328576e70c2e16116570e54d57e1ec30a9ec5 (plain)
1
2
3
var bind = require('function-bind');

module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);