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

ObjectEx.isIterableObject

import { ObjectEx } from "https://raw.githubusercontent.com/i-xi-dev/buffer-utils.es/6.2.3/deps.ts"; 

const { isIterableObject } = ObjectEx;
function isIterableObject<T = any>(test: unknown): test is Iterable<T>;
§
isIterableObject<T = any>(test: unknown): test is Iterable<T>
[src]

§Type Parameters

§
T = any
[src]

§Parameters

§
test: unknown
[src]

§Return Type

§
test is Iterable<T>
[src]