@vuex-orm/core
Version:
The Vuex plugin to enable Object-Relational Mapping access to the Vuex Store.
9 lines (8 loc) • 433 B
TypeScript
import Predicate from './Predicate';
import RelationshipConstraint from './RelationshipConstraint';
import GlobalHook from './GlobalHook';
import GlobalHooks from './GlobalHooks';
import SelectHook from './SelectHook';
import MutationHook from './MutationHook';
import HookableClosure from './HookableClosure';
export { Predicate, RelationshipConstraint, GlobalHook, GlobalHooks, SelectHook, MutationHook, HookableClosure };