Sign in
chromium
/
devtools
/
devtools-frontend
/
ec00a13ce62ddc9f5697a4e4d30dfcafaacd9fc2
/
.
/
node_modules
/
ramda
/
es
/
internal
/
_isString.js
blob: a5985ee0b9ce1d9f5cfe2c2cbd406e86c6b834c6 [
file
]
export
default
function
_isString
(
x
)
{
return
Object
.
prototype
.
toString
.
call
(
x
)
===
'[object String]'
;
}