UNPKG

116 BPlain TextView Raw
1import DefaultStore = require('../');
2
3const store = DefaultStore();
4
5store.setState({ a: 'b' });
6store.getState();