Sign in
chromium
/
devtools
/
devtools-frontend
/
dfd9aa027f150fd39bd27dcdebded17548f6a3f9
/
.
/
node_modules
/
rxjs
/
internal
/
util
/
isFunction.js
blob: 8868691138dd224a0500f42647024aa5a7497bd3 [
file
]
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
});
function
isFunction
(
x
)
{
return
typeof
x
===
'function'
;
}
exports
.
isFunction
=
isFunction
;
//# sourceMappingURL=isFunction.js.map