/home/techb158/balavpn.abdallabala.com/node_modules/es-abstract/helpers
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/es-abstract/helpers/isPrimitive.js (151B)
'use strict';
module.exports = function isPrimitive(value) {
return value === null || (typeof value !== 'function' && typeof value !== 'object');
};