UNPKG

@owlsdepartment/vuex-typed

Version:

Package for writing typed Vuex store with component helpers

8 lines (7 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defineMutations = void 0; function defineMutations(state, mutations) { return mutations; } exports.defineMutations = defineMutations;