Function isObject

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

    Type Parameters

    • Value extends unknown

    • Result extends object = object

    Parameters

    • value: Value

    Returns value is Combine<Value, Result>

Generated using TypeDoc