Skip to main content
Module

x/shed/index.ts>isIterable

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

type

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