Sign in
chromium
/
devtools
/
devtools-frontend
/
dfd9aa027f150fd39bd27dcdebded17548f6a3f9
/
.
/
node_modules
/
ramda
/
es
/
internal
/
_isFunction.js
blob: 4a9281a66821262883bb46d22ef9cf321e7d4316 [
file
]
export
default
function
_isFunction
(
x
)
{
return
Object
.
prototype
.
toString
.
call
(
x
)
===
'[object Function]'
;
}