Node.js examples for String:String Value
Is Object string type
function isString(arg) { return typeof arg === 'string'; }