UNPKG

@tanstack/store

Version:

Framework agnostic type-safe store w/ reactive framework adapters

5 lines (4 loc) 297 B
import { batch, createAsyncAtom, createAtom, flush, toObserver } from "./atom.js"; import { ReadonlyStore, Store, createStore } from "./store.js"; import { shallow } from "./shallow.js"; export { ReadonlyStore, Store, batch, createAsyncAtom, createAtom, createStore, flush, shallow, toObserver };