UNPKG

jotai

Version:

👻 Primitive and flexible state management for React

3 lines • 135 B
export * from 'jotai/vanilla/utils'; export * from 'jotai/react/utils'; declare type Awaited<T> = T extends Promise<infer V> ? V : T;