MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / isAsyncIterableIterator

Function isAsyncIterableIterator

packages/core/src/v3/apiClient/core.ts:448–449  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

446}
447
448const isAsyncIterableIterator = (value: any): value is AsyncIterableIterator<unknown> =>
449 value != null && typeof value === "object" && typeof value[Symbol.asyncIterator] === "function";
450
451/**
452 * Intended to match web.Blob, node.Blob, node-fetch.Blob, etc.

Callers 1

getBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…