Skip to content

timoxley/statement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

statement

A state machine for node or the browser.

Actions

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

TODO:

  • Readme

License

MIT

About

A State Machine. Under Construction.

Resources

Stars

Watchers

Forks

Packages

No packages published