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.

10 lines (9 loc) 194 B
export default class Performance { duration: number; endTime: number; name: string; startTime: number; constructor(name: string); getStyle(): string; stop(): void; }