Ask a question to get started
Enter to send•Shift+Enter new line
Type guard to check if a value is a StateSchema instance.
isInstance<TFields extends StateSchemaFields>( value: StateSchema<TFields> ): value is StateSchema<TFields>
value
StateSchema<TFields>
The value to check.