Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak/util.ts>isAsyncIterable

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function isAsyncIterable
import { isAsyncIterable } from "https://deno.land/x/oak@v14.0.0/util.ts";

Guard for Async Iterables

Parameters

value: unknown

Returns

value is AsyncIterable<unknown>