UNPKG

jotai

Version:

👻 Next gen state management that will spook you

5 lines • 175 B
import babel from '@babel/core'; export default function jotaiPreset(): { plugins: babel.PluginItem[]; }; declare type Awaited<T> = T extends Promise<infer V> ? V : T;