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

x/rimbu/base/plain-object.ts>isIterable

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function isIterable
import { isIterable } from "https://deno.land/x/rimbu@0.13.5/base/plain-object.ts";

Returns true if the given object is Iterable

Parameters

obj: any
  • the object to check

Returns

obj is Iterable<unknown>