npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

statement

0.0.4

@timoxley

npmHomeRepoSnykSocket
Downloads:136
$ npm install statement
DailyWeeklyMonthlyYearly

statement

A state machine for node or the browser.

Actions

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

TODO:

  • Readme

License

MIT