core3-utils

@wixc3/common on Github

Home > @wixc3/common > ValueChain

ValueChain type

Signature:

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

References: Chain