UNPKG

vuse-rx

Version:

First-class rxjs support for Vue 3

7 lines 188 B
export const shallow = (state) => (mutation) => { for (const key in mutation) { state[key] = mutation[key]; } return state; }; //# sourceMappingURL=shallow.js.map