devtypes
    Preparing search index...

    Type Alias If<Cond, Then, Else>

    If: Cond extends true ? Then : Else

    Conditional helpers

    Type Parameters

    • Cond extends boolean
    • Then
    • Else = never
    type Result = If< true, string, number >; // string