Skip to main content
Module

x/deepmergets/dist/deno/utils.ts>getIterableOfIterables

Deeply merge 2 or more objects respecting type information.
Go to Latest
function getIterableOfIterables
import { getIterableOfIterables } from "https://deno.land/x/deepmergets@v4.0.2/dist/deno/utils.ts";

Get an iterable object that iterates over the given iterables.

Parameters

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

Returns

Iterable<T>