isLiveStoreSchema
constisLiveStoreSchema: (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.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”value is LiveStoreSchema<any, any>