Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isIterable

import { isIterable } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
const isIterable: <T>(x: unknown) => x is Iterable<T>;