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.

2 lines (1 loc) 132 B
export declare function createPluginMock(dbName: string, cryptKey?: string): (context: import("pinia").PiniaPluginContext) => void;