UNPKG

jotai

Version:

👻 Next gen state management that will spook you

2 lines • 118 B
export { queryClientAtom } from 'jotai-tanstack-query'; declare type Awaited<T> = T extends Promise<infer V> ? V : T;