vxv-state
v3.0.0
Published
State management for vxv
Downloads
6
Readme
Install
$ npm install vxv-state
Usage
const state = require('vxv-state');
state.set('hello', 'world');
state.set('answer', 42);
state.all();
// => {
// => hello: 'world'
// => answer: 42
// => }
License
MIT © Tobias Herber