$ npm install statement
var states = { Disabled: { enable: 'Enabled' }, Enabled: { disable: 'Disabled', } }
MIT