UNPKG

angular-11-indexeddb

Version:

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

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