diff options
Diffstat (limited to 'node_modules/es-abstract/2017/IsPropertyKey.js')
-rw-r--r-- | node_modules/es-abstract/2017/IsPropertyKey.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/es-abstract/2017/IsPropertyKey.js b/node_modules/es-abstract/2017/IsPropertyKey.js deleted file mode 100644 index 74b8d95..0000000 --- a/node_modules/es-abstract/2017/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'; -}; |