• Checks that the given input is defined (not null and not undefined)

    Type Parameters

    • T

    Parameters

    • input: T

      The value to check.

    Returns input is NonNullable<T>