MACHIN
This commit is contained in:
8
28/node_modules/has/src/index.js
generated
vendored
Normal file
8
28/node_modules/has/src/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'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);
|
||||
};
|
||||
Reference in New Issue
Block a user