UNPKG

@vuex-orm/core

Version:

The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.

6 lines (5 loc) 127 B
import Mutator from './Mutator'; export interface Mutators { [name: string]: Mutator<any>; } export default Mutators;