blob: 4686d22a2ed83bc042f8709cbeac741cdc6da54b [file] [log] [blame]
function _isString(x) {
return Object.prototype.toString.call(x) === '[object String]';
}
module.exports = _isString;