Function isUndefined

  • A Type Guard that checks if the given value is equal to undefined

    Type Parameters

    • Value extends unknown

    • Result extends undefined = undefined

    Parameters

    • value: Value

    Returns value is Combine<Value, Result>

Generated using TypeDoc