UNPKG

jotai

Version:

👻 Next gen state management that will spook you

2 lines • 107 B
export { atomWithStore } from 'jotai-redux'; declare type Awaited<T> = T extends Promise<infer V> ? V : T;