tarot2 / node_modules /has /src /index.js
biohazard333
Mensaje de commit
8775c1a
'use strict';
var hasOwnProperty = {}.hasOwnProperty;
var call = Function.prototype.call;
module.exports = call.bind ? call.bind(hasOwnProperty) : function (O, P) {
return call.call(hasOwnProperty, O, P);
};