UNPKG

jotai

Version:

👻 Primitive and flexible state management for React

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