UNPKG

zippy-store

Version:

A lightweight and versatile global state management solution designed for seamless integration in both JavaScript and React applications. Provides a simple and efficient way to manage shared state across components and even in non-React JavaScript environ

5 lines 149 B
import store from "./store"; import create from "./create"; export { create, store }; // zippy store (package name) //# sourceMappingURL=index.js.map