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.
10 lines (9 loc) • 376 B
TypeScript
interface IStyleOptions {
bgColor: string;
color?: string;
icon?: string;
}
export declare function log(message: string, logStyle: string, args?: any | any[]): void;
export declare function eppsLog(message: string, args?: any | any[], styleOptions?: IStyleOptions): void;
export declare function eppsLogError(message: string, args?: any | any[]): void;
export {};