Sign in
cobalt
/
cobalt.git
/
e51ce0a747a5219196e7c62622f7455b726bee71
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isFunction.d.ts
blob: 190c29e4e36ac96bb2f1582d08b232e7bf3e2e66 [
file
]
export
declare
function
isFunction
(
x
:
any
):
x
is
Function
;