blob: a5985ee0b9ce1d9f5cfe2c2cbd406e86c6b834c6 [file] [log] [blame]
export default function _isString(x) {
return Object.prototype.toString.call(x) === '[object String]';
}