Function isPartial

  • A Type Guard that checks if the given value is not equal to null and is of type "object"

    Type Parameters

    • Value extends unknown

    • Result extends {} = {}

    Parameters

    • value: Value

    Returns value is Combine<Value, Result>

Generated using TypeDoc