Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ isIterable
Function
isIterable
repos/effect/packages/effect/src/Predicate.ts:1288–1290 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
1286
*
1287
*
const
data: unknown = [1, 2, 3]
1288
*
1289
* Predicate.isIterable(data)
// => true
1290
* ```
1291
*
1292
* @see {@link isSet}
1293
* @see {@link isMap}
Callers
2
all
Function · 0.90
effect.ts
File · 0.90
Calls
1
isString
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…