Arize Phoenix TS
    Preparing search index...
    • Type guard to determine whether or not a value is an object with string keys.

      Parameters

      • value: unknown

      Returns value is Record<string, unknown>

      true if the value is an object with string keys, false otherwise.