1 parent f2cc8a0 commit 489f4bdCopy full SHA for 489f4bd
1 file changed
README.md
@@ -46,6 +46,7 @@ along with the following members:
46
* fsm.can(e) - return true if event `e` can be fired in the current state
47
* fsm.cannot(e) - return true if event `e` cannot be fired in the current state
48
* fsm.transitions() - return list of events that are allowed from the current state
49
+ * fsm.states() - return list of all possible states.
50
51
# Multiple 'from' and 'to' states for a single event
52
0 commit comments