aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/modules/_same-value.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/library/modules/_same-value.js')
-rw-r--r--node_modules/core-js/library/modules/_same-value.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/core-js/library/modules/_same-value.js b/node_modules/core-js/library/modules/_same-value.js
deleted file mode 100644
index 8c2b8c7f6..000000000
--- a/node_modules/core-js/library/modules/_same-value.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// 7.2.9 SameValue(x, y)
-module.exports = Object.is || function is(x, y){
- return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y;
-}; \ No newline at end of file