kinetex - v1.0.0-rc.1
    Preparing search index...

    Function isPlainObject

    • Type guard for plain objects ([object Object]).

      Parameters

      • value: unknown

        The value to check.

      Returns value is Record<string, unknown>

      True if the value is a plain Object.