UNPKG

jotai

Version:

👻 Next gen state management that will spook you

3 lines (2 loc) • 164 B
import type { Atom } from 'jotai/vanilla'; export declare function unwrap<Value>(anAtom: Atom<Promise<Value>>, defaultValue: Awaited<Value>): Atom<Awaited<Value>>;