UNPKG

kex

Version:

Kex is a tiny library for state managenent in JavaScript projects

5 lines (4 loc) 67 B
export interface KxAction { type: string; payload?: any; }