mood icon indicating copy to clipboard operation
mood copied to clipboard

mood inception

Open bredele opened this issue 9 years ago • 1 comments

var first = mood('hello', {
  'hello': ['foo', cb, 'world']
})

var second = mood('init', {
  'init': [first('world'), cb, 'end']
})

bredele avatar Dec 03 '16 17:12 bredele

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?

bredele avatar Dec 03 '16 17:12 bredele