Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak/utils/type_guards.ts>isAsyncIterable

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Latest
function isAsyncIterable
import { isAsyncIterable } from "https://deno.land/x/oak@v17.1.0/utils/type_guards.ts";

Guard for Async Iterables

Parameters

value: unknown

Returns

value is AsyncIterable<unknown>