@tempots/std > Merge
Represents the type resulting from merging two types A and B. The resulting type is the intersection of A and B.
A
B
Signature:
export type Merge = Id;
References: Id