UNPKG

react-indexed-db-hook

Version:
5 lines (4 loc) 216 B
export declare function createReadonlyTransaction(database: IDBDatabase, store: string, resolve: (payload?: any) => void, reject: (e: Event) => void): { store: IDBObjectStore; transaction: IDBTransaction; };