/home/techb158/balavpn.abdallabala.com/node_modules/es-abstract/helpers
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/es-abstract/helpers/isPropertyKey.js (140B)
'use strict';
module.exports = function isPropertyKey(argument) {
return typeof argument === 'string' || typeof argument === 'symbol';
};