Configring node js.
This commit is contained in:
7
node_modules/core-js/modules/_strict-method.js
generated
vendored
Normal file
7
node_modules/core-js/modules/_strict-method.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var fails = require('./_fails');
|
||||
|
||||
module.exports = function(method, arg){
|
||||
return !!method && fails(function(){
|
||||
arg ? method.call(null, function(){}, 1) : method.call(null);
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user