Sign in
cobalt
/
cobalt
/
07081467c3d00b04a6a1162e0566a5a8b9cfe2d5
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
isIterable.d.ts
blob: 38764c31708041eb10042c48dcf3fd64854a7f30 [
file
] [
log
] [
blame
]
/** Identifies an input as being an Iterable */
export
declare
function
isIterable
(
input
:
any
):
input
is
Iterable
<any>
;