Skip to main content
Module

x/shed/json-stream.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/json-stream.ts";

type

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