@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Type Alias IfPresent<T, Out>

    IfPresent: T extends undefined ? undefined : Out

    Out for a T that is there, undefined for one that is not, and the union for a T that may be either.

    Type Parameters

    • T
    • Out