function isString( x ) { return x !== null && x !== undefined && x.constructor === String } module.exports = isString;