isDeprecated
constisDeprecated: <A,I,R>(schema) =>boolean
Defined in: packages/@livestore/common/dist/schema/EventDef/deprecated.d.ts:73
Checks if a schema is deprecated.
Type Parameters
Section titled “Type Parameters”A
I
R
Parameters
Section titled “Parameters”schema
Section titled “schema”Schema.Schema<A, I, R>
The schema to check
Returns
Section titled “Returns”boolean
true if the schema is deprecated