• Narrows an unknown value to a usable store handle.

    Client factories accept a store from application code, so the value cannot be trusted. Checking it here turns a bad argument into a clear error instead of a TypeError raised somewhere inside RTK.

    Parameters

    • value: unknown

    Returns value is SdkStore