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