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