UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

3 lines (2 loc) 198 B
import type { TwingContext } from "../context"; export declare function mergeIterables<V>(iterable1: TwingContext<any, V> | Map<any, V>, iterable2: TwingContext<any, V> | Map<any, V>): Map<any, V>;