UNPKG

@frauschert/yas

Version:

Yet Another State - A lightweight and type-safe state management solution for React

4 lines (3 loc) 161 B
export { create } from './react/store'; export { createStore, type Store, type Middleware } from './core/store'; export { makeUndoable } from './core/undoable';