UNPKG

angular-indexed-db-helper

Version:

A powerful and flexible Angular library for managing client-side storage using IndexedDB with support for cache expiration and CRUD operations.

8 lines (7 loc) 164 B
export declare class DataToStore { id: string; value: any; savedTime: string; cachedTime: number | null; constructor(id: string, value: any); }