UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

3 lines (2 loc) 232 B
import { IDeleteRecordInstanceProps } from './delete-record-instance.types'; export declare const deleteRecordInstance: ({ initializeObjectStore }: IDeleteRecordInstanceProps) => (key: IDBValidKey | IDBKeyRange) => Promise<void>;