UNPKG

@jupri-lab/store-core

Version:

A lightweight, easy-to-integrate, and type-safe state management library

7 lines (4 loc) 149 B
import { CombineStores } from "./CombineStores"; import Store from "./Store"; export type * from "./types"; export { CombineStores, Store };