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, 0 insertions, 4 deletions
diff --git a/node_modules/core-js/modules/$.has.js b/node_modules/core-js/modules/$.has.js deleted file mode 100644 index 870b40e71..000000000 --- a/node_modules/core-js/modules/$.has.js +++ /dev/null @@ -1,4 +0,0 @@ -var hasOwnProperty = {}.hasOwnProperty; -module.exports = function(it, key){ - return hasOwnProperty.call(it, key); -};
\ No newline at end of file |