index.js 114 B

123
  1. var bind = require('function-bind');
  2. module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);