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) 150 B
export declare function createPluginMock(dbName: string, cryptIv?: string, cryptKey?: string): (context: import("pinia").PiniaPluginContext) => void;