module.exports = isString = val => typeof val === 'string';