aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/$.math-sign.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/modules/$.math-sign.js')
-rw-r--r--node_modules/core-js/modules/$.math-sign.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/core-js/modules/$.math-sign.js b/node_modules/core-js/modules/$.math-sign.js
deleted file mode 100644
index a4848df60..000000000
--- a/node_modules/core-js/modules/$.math-sign.js
+++ /dev/null
@@ -1,4 +0,0 @@
-// 20.2.2.28 Math.sign(x)
-module.exports = Math.sign || function sign(x){
- return (x = +x) == 0 || x != x ? x : x < 0 ? -1 : 1;
-}; \ No newline at end of file