Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 633 Bytes

transducers.multiplexobj_1.md

File metadata and controls

23 lines (14 loc) · 633 Bytes

Home > @thi.ng/transducers > multiplexObj

multiplexObj() function

Signature:

export declare function multiplexObj<A, B>(xforms: IObjectOf<TxLike<A, any>>, src: Iterable<A>): IterableIterator<B>;

Parameters

Parameter Type Description
xforms IObjectOf<TxLike<A, any>>
src Iterable<A>

Returns:

IterableIterator<B>