File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ export * from './create-atom'
33
44export * from './computed'
55export { mount } from './mount'
6+ export { update } from './update'
67
78export { task , allTasks } from './task'
89export { ResolveType } from './utils/get'
910
1011export { effect } from './effect'
1112export { bind , BindedStore } from './bind'
12- export { watchDeep } from './watch-deep'
13- export { deep } from './deep'
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ export { createStore } from './create-store'
33
44export { computed , take } from './computed'
55export { mount } from './mount'
6+ export { update } from './update'
67
78export { task , allTasks } from './task'
89
910export { effect } from './effect'
1011export { bind } from './bind'
11- export { watchDeep } from './watch-deep'
12- export { deep } from './deep'
You can’t perform that action at this time.
0 commit comments