@ekim088/toolkit
    Preparing search index...

    Function isObject

    • Tests if a value is an object literal.

      Parameters

      • value: unknown

        The value to test.

      Returns value is object

      true if the value is an object. Returns false for arrays and null.