MCPcopy 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
265function isIterable(x: any): x is Iterable<unknown> {
266 return Symbol.iterator in x
267}
268
269export default function Explorer(props: ExplorerProps) {
270 const theme = useTheme()

Callers 1

ExplorerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected