Sha256: 16e6fe1c8980ae75b1f26e4fe2ba3c201b66b6f7e2b05a2834dabd61bd11aad1

Contents?: true

Size: 202 Bytes

Versions: 473

Compression:

Stored size: 202 Bytes

Contents

'use strict';

// https://262.ecma-international.org/6.0/#sec-ispropertykey

module.exports = function IsPropertyKey(argument) {
	return typeof argument === 'string' || typeof argument === 'symbol';
};

Version data entries

473 entries across 50 versions & 2 rubygems

Version Path
immosquare-cleaner-0.1.60 node_modules/es-abstract/2022/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2020/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2018/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2021/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2023/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2019/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2024/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2017/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2015/IsPropertyKey.js
immosquare-cleaner-0.1.60 node_modules/es-abstract/2016/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2022/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2023/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2019/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2020/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2015/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2017/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2021/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2016/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2018/IsPropertyKey.js
immosquare-cleaner-0.1.59 node_modules/es-abstract/2024/IsPropertyKey.js