Contentful Personalization & Analytics
    Preparing search index...
    • Type guard that checks whether the given value is a non-array object record.

      Parameters

      • value: unknown

        The value to test.

      Returns value is Record<string, unknown>

      true when the value is an object, non-null, and not an array.