Ts-toolbelt: What are those types named with `...Up`?

Created on 26 Oct 2019  路  1Comment  路  Source: millsp/ts-toolbelt

馃 Question

Describe your question

I see that there are types like Merge and MergeUp and others. What does the Up stand for?


Search tags, topics

up



question wiki

Most helpful comment

The Up usually means that the type is a counterpart of another type that is able to handle Unions. It goes "up" within a union, and is also an upgrade of its non-up counterpart.

>All comments

The Up usually means that the type is a counterpart of another type that is able to handle Unions. It goes "up" within a union, and is also an upgrade of its non-up counterpart.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

katedoctor picture katedoctor  路  6Comments

tonivj5 picture tonivj5  路  3Comments

thesunny picture thesunny  路  4Comments

asgerhallas picture asgerhallas  路  6Comments

martaver picture martaver  路  5Comments