Sign in
cobalt
/
cobalt
/
c52866be1febb1c09c04df4cb93d87f3595f4dc1
/
.
/
src
/
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
;