You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportfunctionCheck<constSchemaextendsSchema.XSchema>(schema: Schema,value: unknown): value is Static.XStatic<Schema>
40
+
exportfunctionCheck<constSchemaextendsSchema.XSchema>(schema: Schema,value: unknown): value is Static<Schema>
42
41
/** Checks a value against the provided schema */
43
-
exportfunctionCheck<constSchemaextendsSchema.XSchema>(context: Record<PropertyKey,Schema.XSchema>,schema: Schema,value: unknown): value is Static.XStatic<Schema>
42
+
exportfunctionCheck<constSchemaextendsSchema.XSchema>(context: Record<PropertyKey,Schema.XSchema>,schema: Schema,value: unknown): value is Static<Schema>
0 commit comments