UNPKG

jotai

Version:

👻 Next gen state management that will spook you

3 lines • 193 B
import babel, { PluginObj } from '@babel/core'; export default function debugLabelPlugin({ types: t, }: typeof babel): PluginObj; declare type Awaited<T> = T extends Promise<infer V> ? V : T;