Traqula
    Preparing search index...

    Type Alias CheckOverlap<T, U, V, W>

    CheckOverlap: (T & U) extends never ? V : W

    Check whether the first two types overlap, if no, return the 3th argument, else the 4th.

    Type Parameters

    • T
    • U
    • V
    • W = never