UNPKG

ngx-indexed-db

Version:
10 lines (9 loc) 312 B
/** * Factory function for creating an instance of IDBFactory. * * It determines the platform using the {@link PLATFORM_ID} to decide whether to use the * browser's IndexedDB or a server-side implementation. * * @returns {IDBFactory} IDBFactory. */ export declare function indexedDbFactory(): IDBFactory;