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.

9 lines (8 loc) 278 B
interface IStyleOptions { bgColor: string; color?: string; icon?: string; } export declare function log(message: string, args?: any | any[], styleOptions?: IStyleOptions): void; export declare function logError(message: string, args?: any | any[]): void; export {};