module.exports = function (val) { return typeof val === 'string' || val instanceof String }