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

x/jsx_stream/guards.ts>isAsyncIterable

JSX runtime for server-side only async streaming
Go to Latest
function isAsyncIterable
import { isAsyncIterable } from "https://deno.land/x/jsx_stream@v0.0.13/guards.ts";

Parameters

value: unknown | AsyncIterable<T>

Returns

value is AsyncIterable<T>