core3-utils

@wixc3/common on Github

Home > @wixc3/common > IterableChain

IterableChain type

Signature:

export type IterableChain<T> = Chain<T> & {
    value: Iterable<T>;
};

References: Chain