Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v5.0.0/dist/deno/utils.ts";

Get an iterable object that iterates over the given iterables.

Parameters

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

Returns

Iterable<T>