Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/shed/index.ts>isAsyncIterable

All Worker Tools under a single roof
Latest
variable isAsyncIterable
Re-export
import { isAsyncIterable } from "https://deno.land/x/shed@v0.1.0-pre.10/index.ts";

type

<T>(x: unknown) => x is AsyncIterable<T>