@eagleoutice/flowr - v2.13.1
    Preparing search index...

    Function isPlainObject

    • checks if item is a record with keys, i.e. an object that is neither null nor an array

      Parameters

      • item: unknown

      Returns item is Record<string, unknown>

      isObjectOrArray to allow arrays as well