Sign in
cobalt
/
cobalt
/
e51ce0a747a5219196e7c62622f7455b726bee71
/
.
/
third_party
/
devtools
/
node_modules
/
is-plain-object
/
index.d.ts
blob: 74a44e976a2dc2a77e9684ba7ba897cd008f1f44 [
file
] [
log
] [
blame
]
export
=
isPlainObject
;
declare
function
isPlainObject
(
o
:
any
):
boolean
;
declare
namespace
isPlainObject
{}