Sign in
cobalt
/
cobalt
/
533a643cb20177464b426e4fd9e3303882d01021
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isArray.d.ts
blob: a920d3f43e5707a69e6622b8abb525a12c4846ec [
file
]
export
declare
const
isArray
:
(
arg
:
any
)
=>
arg
is
any
[];