Function isDefined

Returns true if x is not undefined.

  • Type Parameters

    • T

    Parameters

    • x: undefined | T

    Returns x is T