Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ObjectEx.isAsyncIterableObject

import { ObjectEx } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts"; 

const { isAsyncIterableObject } = ObjectEx;
function isAsyncIterableObject<T = any>(test: unknown): test is AsyncIterable<T>;
§
isAsyncIterableObject<T = any>(test: unknown): test is AsyncIterable<T>
[src]

§Type Parameters

§
T = any
[src]

§Parameters

§
test: unknown
[src]

§Return Type

§
test is AsyncIterable<T>
[src]