mood
mood copied to clipboard
mood inception
var first = mood('hello', {
'hello': ['foo', cb, 'world']
})
var second = mood('init', {
'init': [first('world'), cb, 'end']
})
it won't probably look like it but basically we need to know when a state change. Should we do that through the internal event emitter?