UNPKG
@ssh-uppy/store-default
Version:
latest (1.2.1)
1.2.1
The default simple object-based store for Uppy.
uppy.io
sergii-akimov-silsh/uppy
@ssh-uppy/store-default
/
types
/
index.test-d.ts
7 lines
(4 loc)
•
112 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
DefaultStore
=
require
(
'../'
)
const
store =
DefaultStore
() store.
setState
({
a
:
'b'
}) store.
getState
()