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