Skip to content

isDeprecated

const isDeprecated: <A, I, R>(schema) => boolean

Defined in: packages/@livestore/common/dist/schema/EventDef/deprecated.d.ts:73

Checks if a schema is deprecated.

A

I

R

Schema.Schema<A, I, R>

The schema to check

boolean

true if the schema is deprecated