Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/3979
/
.
/
node_modules
/
rxjs
/
internal
/
util
/
isIterable.d.ts
blob: 38764c31708041eb10042c48dcf3fd64854a7f30 [
file
] [
edit
]
/** Identifies an input as being an Iterable */
export
declare
function
isIterable
(
input
:
any
):
input
is
Iterable
<any>
;