import { isAsyncIterableIterator } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/external/check-iterable/index.js";
Checks if the given object is an AsyncIterableIterator (implemented
both @@asyncIterator
and next
).
x/ayonli_jsext/esm/external/check-iterable/index.js>isAsyncIterableIterator
import { isAsyncIterableIterator } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/external/check-iterable/index.js";
Checks if the given object is an AsyncIterableIterator (implemented
both @@asyncIterator
and next
).