Revert small change to BudiStore
This commit is contained in:
parent
c2fbdf505e
commit
cf4122e204
|
@ -20,7 +20,7 @@ interface BudiStoreOpts {
|
|||
|
||||
export class BudiStore<T> {
|
||||
store: Writable<T>
|
||||
subscribe: Readable<T>["subscribe"]
|
||||
subscribe: Writable<T>["subscribe"]
|
||||
update: Writable<T>["update"]
|
||||
set: Writable<T>["set"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue