bredele / mood

:speak_no_evil: Give some mood to your code with a finite state machine
76 stars 1 forks source link

openning state and function #3

Closed bredele closed 7 years ago

bredele commented 7 years ago

It would be great to pass a function in the constructor to state the initial state:

mood(fn, transitions)

function fn() {
 // do something
  return 'initial'
}