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