UNPKG

@ssh-uppy/store-default

Version:

The default simple object-based store for Uppy.

7 lines (4 loc) 112 B
import DefaultStore = require('../') const store = DefaultStore() store.setState({ a: 'b' }) store.getState()