Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
util
/
isFunction.js
blob: 558eec7f6cbaf27cee834128a46178cd83be9f48 [
file
] [
log
] [
blame
]
export
function
isFunction
(
value
)
{
return
typeof
value
===
'function'
;
}
//# sourceMappingURL=isFunction.js.map