UNPKG

kex

Version:

Kex is a tiny library for state managenent in JavaScript projects

5 lines (4 loc) 71 B
export interface KxChange { action: string; changes: object; }