Skip to main content
Module

x/jsx_stream/guards.ts>isIterable

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

Parameters

value: unknown | Iterable<T>

Returns

value is Iterable<T>