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