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