Revert changes
This commit is contained in:
parent
da19c4b608
commit
1529eecc68
|
@ -11,7 +11,7 @@ export default class BudiStore<T> implements Writable<T> {
|
||||||
set: Writable<T>["set"]
|
set: Writable<T>["set"]
|
||||||
|
|
||||||
constructor(init: T, opts?: BudiStoreOpts) {
|
constructor(init: T, opts?: BudiStoreOpts) {
|
||||||
const store = writable<T>({ ...init })
|
const store = writable<T>(init)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Internal Svelte store
|
* Internal Svelte store
|
||||||
|
|
Loading…
Reference in New Issue