Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deepmergets/src/utils.ts>getIterableOfIterables

Deeply merge 2 or more objects respecting type information.
Latest
function getIterableOfIterables
import { getIterableOfIterables } from "https://deno.land/x/deepmergets@v7.1.3/src/utils.ts";

Get an iterable object that iterates over the given iterables.

Parameters

iterables: ReadonlyArray<Readonly<Iterable<T>>>

Returns

Iterable<T>