Sign in
cobalt
/
cobalt.git
/
f9bc0139df6e6eb149345ab9b6ffcc40603fc09f
/
.
/
third_party
/
devtools
/
node_modules
/
isobject
/
index.d.ts
blob: 55f81c275f150203091f5228a35f6802c82bc9c0 [
file
]
export
=
isObject
;
declare
function
isObject
(
val
:
any
):
boolean
;
declare
namespace
isObject
{}