All Projects → timoxley → Statement

timoxley / Statement

A State Machine. Under Construction.

Programming Languages

javascript
184084 projects - #8 most used programming language

statement

A state machine for node or the browser.

Actions

var states = {
  Disabled: {
    enable: 'Enabled'
  },
  Enabled: {
    disable: 'Disabled',
  }
}

TODO:

  • Readme

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].