UNPKG

jotai

Version:

👻 Next gen state management that will spook you

2 lines • 105 B
export declare const RESET: unique symbol; declare type Awaited<T> = T extends Promise<infer V> ? V : T;