@runloop/remote-agents-sdk
    Preparing search index...

    Function isNonNullObject

    • Type guard for non-null objects.

      After narrowing, the value can be safely indexed with string keys.

      Parameters

      • value: unknown

        The value to check.

      Returns value is Record<string, unknown>

      true if value is a non-null object.