Last active
September 1, 2016 21:52
-
-
Save balkhaev/5132943f1fc247a8fc6ab4a17acf2811 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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