Documentation
    Preparing search index...

    Function isObject

    • A type guard for Record<PropertyKey, unknown>.

      Parameters

      • value: unknown

        The value to check.

      Returns value is Record<PropertyKey, unknown>

      Whether the specified value has a runtime type of object and is neither null nor an Array.