Skip to content

Instantly share code, notes, and snippets.

@balkhaev
Last active September 1, 2016 21:52
Show Gist options
  • Save balkhaev/5132943f1fc247a8fc6ab4a17acf2811 to your computer and use it in GitHub Desktop.
Save balkhaev/5132943f1fc247a8fc6ab4a17acf2811 to your computer and use it in GitHub Desktop.
const apiMachine = new Machine({
name: 'apiMachine',
type: 'general'
})
apiMachine.add({
details: [ lodashDetail, restDetail ],
components: [ apiComponent ]
})
apiMachine.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment