Uneventful
    Preparing search index...

    Function isPlainObject

    • Is ob a non-null plain object? (i.e. object literal or created via Object.create(null, ...))

      Parameters

      • ob: any

      Returns boolean

      true if ob's a non-null of type object with a null prototype or a constructor named Object.