UNPKG
@tunnel-cast/tunnel-cast
Version:
beta (0.0.1)
latest (0.0.1)
0.0.1
<br>
@tunnel-cast/tunnel-cast
/
utils
/
is-iterable.d.ts
2 lines
(1 loc)
•
55 B
TypeScript
View Raw
1
2
export
declare
function
isIterable
(
obj
:
any
):
boolean
;