Current Path : /home/infinitibizsol/.trash/node_modules.9/es-abstract/helpers/ |
Current File : /home/infinitibizsol/.trash/node_modules.9/es-abstract/helpers/isStringOrUndefined.js |
'use strict'; module.exports = function isStringOrUndefined(item) { return typeof item === 'string' || typeof item === 'undefined'; };