UNPKG

@neocoast/neox

Version:

Data structure supporting new redux hooks

6 lines (5 loc) 132 B
export default interface Neox { values: Map<string, any>; toJS: () => object; set: (key: string, value: any) => Neox; }