UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

4 lines (3 loc) 131 B
export interface IOpenCursorInstanceProps { initializeObjectStore: (type: IDBTransactionMode) => Promise<IDBObjectStore>; }