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