Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Oct 6, 2023
1 parent f6e65fc commit f95dc75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mutableAtom/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
type Wrapped<T> = { value: T }

type ProxyFn<T> = (obj: Wrapped<T>) => Wrapped<T>

export type Store<Value> = {
Expand Down

0 comments on commit f95dc75

Please sign in to comment.