Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ isIterable
Function
isIterable
packages/query-devtools/src/Explorer.tsx:265–267 ·
view source on GitHub ↗
(x: any)
Source
from the content-addressed store, hash-verified
263
}
264
265
function isIterable(x: any): x is Iterable<unknown> {
266
return Symbol.iterator in x
267
}
268
269
export default function Explorer(props: ExplorerProps) {
270
const theme = useTheme()
Callers
1
Explorer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected