Skip to content

Instantly share code, notes, and snippets.

@venkatperi
Created October 9, 2018 14:20
Show Gist options
  • Save venkatperi/2c7f56fdf0fa179f32bfbec7b3454218 to your computer and use it in GitHub Desktop.
Save venkatperi/2c7f56fdf0fa179f32bfbec7b3454218 to your computer and use it in GitHub Desktop.
['enter#*_#running', ({data}) => {
const res = keepState().emit('run', data)
return data.timeout ? res.stateTimeout(data.timeout) : res
}],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment