Skip to content

isLiveStoreSchema

const isLiveStoreSchema: (value) => value is LiveStoreSchema<any, any>

Defined in: packages/@livestore/common/dist/schema/schema.d.ts:33

Runtime type guard for LiveStoreSchema.

The guard intentionally performs lightweight structural checks that are stable across implementations. It verifies the identifying symbol marker and the presence of core maps/state used at runtime.

unknown

value is LiveStoreSchema<any, any>