UNPKG

alinea

Version:
3 lines (2 loc) 96 B
import { type Atom } from 'jotai'; export declare function peek<T>(readable: Atom<T>): Atom<T>;