UNPKG

@idxdb/promised

Version:

@idxdb/promised wraps the IndexedDB API. It allows you to easily store and retrieve data in an indexed db database using async/await syntax, making it easier to integrate with your existing codebase.

2 lines (1 loc) 81 B
export declare const requestResolver: <V>(request: IDBRequest<V>) => Promise<V>;