UNPKG

kex

Version:

Kex is a tiny library for state managenent in JavaScript projects

3 lines (2 loc) 85 B
import { KxStore } from './storage'; export declare function createStore(): KxStore;