diff options
Diffstat (limited to 'node_modules/core-js/modules/$.has.js')
-rw-r--r-- | node_modules/core-js/modules/$.has.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/$.has.js b/node_modules/core-js/modules/$.has.js new file mode 100644 index 000000000..870b40e71 --- /dev/null +++ b/node_modules/core-js/modules/$.has.js @@ -0,0 +1,4 @@ +var hasOwnProperty = {}.hasOwnProperty; +module.exports = function(it, key){ + return hasOwnProperty.call(it, key); +};
\ No newline at end of file |