summaryrefslogtreecommitdiffstats
path: root/node_modules/es-abstract/helpers/isNaN.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es-abstract/helpers/isNaN.js')
-rw-r--r--node_modules/es-abstract/helpers/isNaN.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/es-abstract/helpers/isNaN.js b/node_modules/es-abstract/helpers/isNaN.js
deleted file mode 100644
index cb8631d..0000000
--- a/node_modules/es-abstract/helpers/isNaN.js
+++ /dev/null
@@ -1,5 +0,0 @@
-'use strict';
-
-module.exports = Number.isNaN || function isNaN(a) {
- return a !== a;
-};