summaryrefslogtreecommitdiffstats
path: root/node_modules/es-abstract/2015/IsPropertyKey.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es-abstract/2015/IsPropertyKey.js')
-rw-r--r--node_modules/es-abstract/2015/IsPropertyKey.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/es-abstract/2015/IsPropertyKey.js b/node_modules/es-abstract/2015/IsPropertyKey.js
deleted file mode 100644
index 74b8d95..0000000
--- a/node_modules/es-abstract/2015/IsPropertyKey.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-
-// https://www.ecma-international.org/ecma-262/6.0/#sec-ispropertykey
-
-module.exports = function IsPropertyKey(argument) {
- return typeof argument === 'string' || typeof argument === 'symbol';
-};