Sign in
cobalt
/
cobalt
/
a2bbedabfc705cfb2f757efe4021b68c1744f48d
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isObject.d.ts
blob: 124e1ad73852241354851a5bb11d51099ac33863 [
file
] [
log
] [
blame
]
export
declare
function
isObject
(
x
:
any
):
x
is
Object
;