Returns true of presented a string
module.exports = function(obj) { return typeof obj === 'string'; };