UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

3 lines (2 loc) 295 B
import { IOpenCursorInstanceProps } from './open-cursor-instance.types'; export declare const openCursorInstance: ({ initializeObjectStore }: IOpenCursorInstanceProps) => <TValue>(value: unknown, onResolve: (target: IDBRequest, resolve: (value: TValue) => void) => TValue) => Promise<TValue>;