Spaces:
Configuration error
Configuration error
| ; | |
| module.exports = function isStringOrUndefined(item) { | |
| return typeof item === 'string' || typeof item === 'undefined'; | |
| }; | |