ml-gsd
    Preparing search index...

    Type Alias WithOrWithout<T, ToExtends, TrueType, FalseType>

    WithOrWithout: T extends ToExtends ? TrueType : FalseType

    Type Parameters

    • T
    • ToExtends
    • TrueType
    • FalseType