UNPKG

epps

Version:

Enhances Pinia stores with advanced features such as persistence, encryption, and store extension. Simplifies state management and ensures data security for Vue.js and Nuxt applications.

8 lines (7 loc) 421 B
export { createPlugin, Epps } from "../plugins/epps"; export { createPluginMock } from "../testing/mocks/epps"; export { defineEppsStore, persistedState } from "../utils/store"; export { defineStoreId } from "../utils/defineStoreId"; export { extendedState } from "../plugins/extendedState"; export { getParentStorePropertyValue } from "../plugins/parentStore"; export { useCollectionStore } from '../stores/collection';