Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/jotai/src/vanilla.ts>ExtractAtomValue

👻 Primitive and flexible state management for React
Latest
type alias ExtractAtomValue
import { type ExtractAtomValue } from "https://deno.land/x/jotai@v2.10.1/src/vanilla.ts";
definition: AtomType extends Atom<infer Value> ? Value : never