Skip to content

Commit

Permalink
export internal types
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Apr 8, 2024
1 parent 92ac0e3 commit d742660
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vanilla/store2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ type PrdStore = {
}
type Store = PrdStore | (PrdStore & DevStoreRev4)

export type INTERNAL_DevStoreRev4 = DevStoreRev4
export type INTERNAL_PrdStore = PrdStore

export const createStore = (): Store => {
const atomStateMap = new WeakMap<AnyAtom, AtomState>()

Expand Down

0 comments on commit d742660

Please sign in to comment.