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