@aracna/core - v1.5.0
    Preparing search index...

    Function isPlainObject

    • Checks if an unknown value is a plain object. A value is considered a plain object if it matches the default object prototype, it is typeof "object" and not null.

      Aracna Reference

      Type Parameters

      • T extends object

      Parameters

      • value: unknown

      Returns value is T